Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


jpql.parser

Use eclipselink.jpql.parser to configure the JPQL parser parameters.


Values

Table 5-50 describes this persistence property's values.

Table 5-50 Valid Values for jpql.parser

Value Description

org.eclipse.persistence.internal.jpa.jpql.HermesParser

(Default) Current parser, starting with EclipseLink 2.4, that provides extended JPQL support.

org.eclipse.persistence.queries.ANTLRQueryBuilder

Old parser, used for backward compatibility (prior to EclipseLink 2.4).



Usage


Examples


See Also

For more information, see: