Module eclipselink

Class ParserType

java.lang.Object
org.eclipse.persistence.config.ParserType

public final 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: