Verwendungen von Enum-Klasse
de.caluga.morphium.aggregation.Aggregator.MergeActionWhenMatched
Packages, die Aggregator.MergeActionWhenMatched verwenden
-
Verwendungen von Aggregator.MergeActionWhenMatched in de.caluga.morphium.aggregation
Methoden in de.caluga.morphium.aggregation, die Aggregator.MergeActionWhenMatched zurückgebenModifizierer und TypMethodeBeschreibungGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static Aggregator.MergeActionWhenMatched[]Aggregator.MergeActionWhenMatched.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in de.caluga.morphium.aggregation mit Parametern vom Typ Aggregator.MergeActionWhenMatchedModifizierer und TypMethodeBeschreibungAggregator<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) -
Verwendungen von Aggregator.MergeActionWhenMatched in de.caluga.morphium.driver.inmem
Methoden in de.caluga.morphium.driver.inmem mit Parametern vom Typ Aggregator.MergeActionWhenMatchedModifizierer und TypMethodeBeschreibungAggregator<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)