Class PathOperand

    • Method Detail

      • exists

        public final FunctionCondition exists()
        Returns a function condition (that evaluates to true if the attribute referred to by this path operand exists) for building condition expression.
      • notExists

        public final FunctionCondition notExists()
        Returns a function condition (that evaluates to true if the attribute referred to by this path operand does not exist) for building condition expression.
      • remove

        public final RemoveAction remove()
        Returns a RemoveAction for removing the attribute referred to by this path operand from an item; used for building update expression.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object o)
        Returns true if the given object is a path operand with the same path as that of the current path operand; false otherwise.
        Overrides:
        equals in class Object