Uses of Enum Class
de.caluga.morphium.aggregation.Aggregator.MergeActionWhenMatched
Packages that use Aggregator.MergeActionWhenMatched
-
Uses of Aggregator.MergeActionWhenMatched in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.MergeActionWhenMatchedModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Aggregator.MergeActionWhenMatched[]Aggregator.MergeActionWhenMatched.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium.aggregation with parameters of type Aggregator.MergeActionWhenMatchedModifier and TypeMethodDescriptionAggregator<T,R> Aggregator.merge(Class<?> intoCollection, Map<String, Expr> let, List<Map<String, Expr>> machedPipeline, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) Aggregator<T,R> Aggregator.merge(String intoCollection, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) Aggregator<T,R> Aggregator.merge(String intoDb, String intoCollection, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) Aggregator<T,R> AggregatorImpl.merge(Class<?> intoCollection, Map<String, Expr> let, List<Map<String, Expr>> machedPipeline, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) Aggregator<T,R> AggregatorImpl.merge(String intoCollection, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) Aggregator<T,R> AggregatorImpl.merge(String intoDb, String intoCollection, Aggregator.MergeActionWhenMatched matchAction, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) -
Uses of Aggregator.MergeActionWhenMatched in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Aggregator.MergeActionWhenMatchedModifier and TypeMethodDescriptionAggregator<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)