| Package | Description |
|---|---|
| de.caluga.morphium.aggregation |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.MergeActionWhenMatched |
Aggregator.MergeActionWhenMatched.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.MergeActionWhenMatched[] |
Aggregator.MergeActionWhenMatched.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregator<T,R> |
AggregatorImpl.merge(String intoCollection,
Map<String,Expr> let,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
Aggregator.merge(String intoCollection,
Map<String,Expr> let,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
AggregatorImpl.merge(String intoDb,
String intoCollection,
Map<String,Expr> let,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
Aggregator.merge(String intoDb,
String intoCollection,
Map<String,Expr> let,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Copyright © 2021. All rights reserved.