Uses of Class
dev.morphia.aggregation.stages.ReplaceRoot
-
Packages that use ReplaceRoot Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of ReplaceRoot in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type ReplaceRoot Modifier and Type Method Description Aggregation<T>Aggregation. replaceRoot(ReplaceRoot root)Replaces the input document with the specified document.Aggregation<T>AggregationImpl. replaceRoot(ReplaceRoot root) -
Uses of ReplaceRoot in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return ReplaceRoot Modifier and Type Method Description ReplaceRootReplaceRoot. field(String name, Expression expression)Adds a new fieldstatic ReplaceRootReplaceRoot. replaceRoot()Creates a new stagestatic ReplaceRootReplaceRoot. replaceRoot(Expression expression)Creates a new stage to replace the root with the given expression.static ReplaceRootReplaceRoot. with()Deprecated, for removal: This API element is subject to removal in a future version.usereplaceRoot()static ReplaceRootReplaceRoot. with(Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.
-