Uses of Class
dev.morphia.aggregation.stages.Merge
-
Packages that use Merge Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of Merge in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Merge Modifier and Type Method Description <M> voidAggregation. merge(Merge<M> merge)Writes the results of the aggregation pipeline to a specified collection.<M> voidAggregation. merge(Merge<M> merge, AggregationOptions options)Writes the results of the aggregation pipeline to a specified collection.<M> voidAggregationImpl. merge(Merge<M> merge)<M> voidAggregationImpl. merge(Merge<M> merge, AggregationOptions options) -
Uses of Merge in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Merge Modifier and Type Method Description static <M> Merge<M>Merge. into(Class<M> type)Creates a new stage targeting the collection mapped for the given typestatic Merge<?>Merge. into(String collection)Creates a new stage targeting the collectionstatic Merge<?>Merge. into(String database, String collection)Creates a new stage targeting the database and collectionMerge<M>Merge. let(String variable, Expression value)Specifies a variable accessible for use in the whenMatched pipelineMerge<M>Merge. on(String field, String... fields)Optional.Merge<M>Merge. whenMatched(com.mongodb.client.model.MergeOptions.WhenMatched whenMatched)Optional.Merge<M>Merge. whenMatched(List<Stage> pipeline)Optional.Merge<M>Merge. whenNotMatched(com.mongodb.client.model.MergeOptions.WhenNotMatched whenNotMatched)Optional.
-