Class ParserType


  • public class ParserType
    extends java.lang.Object
    Parser type property values.

    JPA persistence property Usage:

    properties.add(PersistenceUnitProperties.JPQL_PARSER, ParserType.Hermes);

    Property values are case-insensitive.

    See Also:
    JPAQueryBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANTLR
      Deprecated.
      static java.lang.String DEFAULT  
      static java.lang.String Hermes  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait