Module org.eclipse.persistence.core
Package org.eclipse.persistence.config
Class ParserValidationType
java.lang.Object
org.eclipse.persistence.config.ParserValidationType
Parser type property values.
JPA persistence property Usage:
properties.add(PersistenceUnitProperties.JPQL_VALIDATION, ParserValidationType.JPA21);
Property values are case-insensitive.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. -
Method Summary
-
Field Details
-
EclipseLink
- See Also:
-
JPA10
- See Also:
-
JPA20
- See Also:
-
JPA21
- See Also:
-
JPA22
- See Also:
-
JPA30
- See Also:
-
JPA31
- See Also:
-
None
- See Also:
-
DEFAULT
- See Also:
-
-
Constructor Details
-
ParserValidationType
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.
-