Class AbstractSingleEncapsulatedExpressionStateObject

    • Field Detail

      • STATE_OBJECT_PROPERTY

        public static final java.lang.String STATE_OBJECT_PROPERTY
        Notifies the encapsulated StateObject has changed.
        See Also:
        Constant Field Values
    • Method Detail

      • hasStateObject

        public boolean hasStateObject()
        Determines whether the StateObject representing the encapsulated expression is present or not.
        Returns:
        true if the encapsulated StateObject is not null; false otherwise
      • parse

        public void parse​(java.lang.String jpqlFragment)
        Parses the given JPQL fragment, which represents the encapsulated expression, and creates the StateObject.
        Parameters:
        jpqlFragment - The portion of the query representing the encapsulated expression