- java.lang.Object
-
- org.eclipse.persistence.config.ParserType
-
public class ParserType extends 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()Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final.
-
-
-
Field Detail
-
Hermes
public static final String Hermes
- See Also:
- Constant Field Values
-
ANTLR
@Deprecated(since="3.0.0", forRemoval=true) public static final String ANTLR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParserType
@Deprecated(since="4.0.3", forRemoval=true) public ParserType()
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
-
-