Uses of Class
de.caluga.morphium.aggregation.Aggregator.MergeActionWhenNotMatched
-
Packages that use Aggregator.MergeActionWhenNotMatched Package Description de.caluga.morphium.aggregation de.caluga.morphium.driver.inmem -
-
Uses of Aggregator.MergeActionWhenNotMatched in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.MergeActionWhenNotMatched Modifier and Type Method Description static Aggregator.MergeActionWhenNotMatchedAggregator.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. -
Uses of Aggregator.MergeActionWhenNotMatched in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Aggregator.MergeActionWhenNotMatched Modifier and Type Method 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 intoDb, 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)
-