EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.config
Class ParserType

java.lang.Object
  extended by 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

Field Summary
static java.lang.String ANTLR
          Deprecated. 
static java.lang.String DEFAULT
           
static java.lang.String Hermes
           
 
Constructor Summary
ParserType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ParserType

public ParserType()

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference