Class LengthExpressionStateObject

    • Constructor Detail

      • LengthExpressionStateObject

        public LengthExpressionStateObject​(StateObject parent)
        Creates a new LengthExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null
      • LengthExpressionStateObject

        public LengthExpressionStateObject​(StateObject parent,
                                           StateObject stateObject)
        Creates a new LengthExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        stateObject - The StateObject representing the encapsulated expression
        Throws:
        java.lang.NullPointerException - The given parent cannot be null
      • LengthExpressionStateObject

        public LengthExpressionStateObject​(StateObject parent,
                                           java.lang.String jpqlFragment)
        Creates a new LengthExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        jpqlFragment - The portion of the query representing the encapsulated expression
        Throws:
        java.lang.NullPointerException - The given parent cannot be null