Uses of Class
dev.morphia.aggregation.stages.Merge
-
Packages that use Merge Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages 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.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Merge Modifier and Type Method Description Class<Merge>MergeCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Merge Modifier and Type Method Description protected voidMergeCodec. encodeStage(BsonWriter writer, Merge merge, EncoderContext encoderContext) -
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, dev.morphia.aggregation.expressions.impls.Expression value)Specifies a variable accessible for use in the whenMatched pipelineMerge<M>Merge. on(String field, String... fields)Optional.Merge<M>Merge. whenMatched(MergeOptions.WhenMatched whenMatched)Optional.Merge<M>Merge. whenMatched(List<Stage> pipeline)Optional.Merge<M>Merge. whenNotMatched(MergeOptions.WhenNotMatched whenNotMatched)Optional.
-