Class ParserType

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: