Package org.eclipse.persistence.config
Class ParserType
- java.lang.Object
-
- org.eclipse.persistence.config.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
-
-
Constructor Summary
Constructors Constructor Description ParserType()
-
-
-
Field Detail
-
Hermes
public static final java.lang.String Hermes
- See Also:
- Constant Field Values
-
ANTLR
@Deprecated public static final java.lang.String ANTLR
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
-
-