| Package | Description |
|---|---|
| de.caluga.morphium.aggregation | |
| de.caluga.morphium.driver.inmem |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.MergeActionWhenNotMatched |
Aggregator.MergeActionWhenNotMatched.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator.MergeActionWhenNotMatched[] |
Aggregator.MergeActionWhenNotMatched.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> |
InMemAggregator.merge(Class<?> intoCollection,
Map<String,Expr> let,
List<Map<String,Expr>> machedPipeline,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
InMemAggregator.merge(String intoCollection,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
InMemAggregator.merge(String intoCollection,
Map<String,Expr> let,
List<Map<String,Expr>> machedPipeline,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Aggregator<T,R> |
InMemAggregator.merge(String intoDb,
String intoCollection,
Aggregator.MergeActionWhenMatched matchAction,
Aggregator.MergeActionWhenNotMatched notMatchedAction,
String... onFields) |
Copyright © 2022. All rights reserved.