Class ReplaceRoot


  • public class ReplaceRoot
    extends Stage
    Replaces the input document with the specified document. The operation replaces all existing fields in the input document, including the _id field.
    • Constructor Detail

      • ReplaceRoot

        protected ReplaceRoot​(dev.morphia.aggregation.expressions.impls.Expression expression)
      • ReplaceRoot

        protected ReplaceRoot()
    • Method Detail

      • replaceRoot

        public static ReplaceRoot replaceRoot()
        Creates a new stage
        Returns:
        the new stage
        Since:
        2.2
      • replaceRoot

        public static ReplaceRoot replaceRoot​(dev.morphia.aggregation.expressions.impls.Expression expression)
        Creates a new stage to replace the root with the given expression. This expression must evaluate to a document. No further fields can be added to this stage.
        Parameters:
        expression - the document expression
        Returns:
        the new stage
        Since:
        2.2
      • with

        @Deprecated(forRemoval=true)
        public static ReplaceRoot with​(dev.morphia.aggregation.expressions.impls.Expression expression)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a new stage to replace the root with the given expression. This expression must evaluate to a document. No further fields can be added to this stage.
        Parameters:
        expression - the document expression
        Returns:
        the new stage
      • field

        public ReplaceRoot field​(String name,
                                 dev.morphia.aggregation.expressions.impls.Expression expression)
        Adds a new field
        Parameters:
        name - the field name
        expression - the value expression
        Returns:
        this
      • getDocument

        @Nullable
        @MorphiaInternal
        public dev.morphia.aggregation.expressions.impls.DocumentExpression getDocument()
        Returns:
        the expression
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • getValue

        @Nullable
        @MorphiaInternal
        public dev.morphia.aggregation.expressions.impls.Expression getValue()
        Returns:
        the expression
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.