Class UnknownExpressionStateObject

All Implemented Interfaces:
StateObject

public class UnknownExpressionStateObject extends SimpleStateObject
This StateObject holds onto an unknown portion of a JPQL query that could not be parsed.
Since:
2.4
Version:
2.4
See Also:
  • Constructor Details

    • UnknownExpressionStateObject

      public UnknownExpressionStateObject(StateObject parent, String text)
      Creates a new UnknownExpressionStateObject.
      Parameters:
      parent - The parent of this state object, which cannot be null
      text - The unknown expression
      Throws:
      NullPointerException - The given parent cannot be null
  • Method Details