Uses of Class
dev.morphia.aggregation.stages.Out
-
Packages that use Out Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of Out in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Out Modifier and Type Method Description <O> voidAggregation. out(Out<O> out)Writes the results of the aggregation pipeline to a specified collection.<O> voidAggregation. out(Out<O> out, AggregationOptions options)Writes the results of the aggregation pipeline to a specified collection.<O> voidAggregationImpl. out(Out<O> out)<O> voidAggregationImpl. out(Out<O> out, AggregationOptions options) -
Uses of Out in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Out Modifier and Type Method Description Out<O>Out. database(String database)Specifies an alternate database for the output.static <O> Out<O>Out. to(Class<O> type)Creates a $out stage with target type/collectionstatic Out<org.bson.Document>Out. to(String collection)Creates a $out stage with target collection
-