Uses of Enum Class
de.caluga.morphium.aggregation.Aggregator.MergeActionWhenNotMatched
Packages that use Aggregator.MergeActionWhenNotMatched
-
Uses of Aggregator.MergeActionWhenNotMatched in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.MergeActionWhenNotMatchedModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Aggregator.MergeActionWhenNotMatched[]Aggregator.MergeActionWhenNotMatched.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.MergeActionWhenNotMatchedModifier 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> Aggregator.merge(String intoCollection, Map<String, Expr> let, List<Map<String, Expr>> machedPipeline, 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) Aggregator<T,R> AggregatorImpl.merge(String intoCollection, Map<String, Expr> let, List<Map<String, Expr>> machedPipeline, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields) -
Uses of Aggregator.MergeActionWhenNotMatched in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type Aggregator.MergeActionWhenNotMatchedModifier 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) Aggregator<T,R> InMemAggregator.merge(String intoCollection, Map<String, Expr> let, List<Map<String, Expr>> machedPipeline, Aggregator.MergeActionWhenNotMatched notMatchedAction, String... onFields)