Class JPQLExpressionBuilder.ParsedJPQL

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JPQLExpressionBuilder

    public static class JPQLExpressionBuilder.ParsedJPQL
    extends java.lang.Object
    implements java.io.Serializable
    Public for unit testing purposes.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getCandidateType()
      Public for unit testing purposes.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCandidateType

        public java.lang.Class<?> getCandidateType()
        Public for unit testing purposes.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object