Uses of Class
org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
Packages that use GeneralIdentificationExpressionFactory Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of GeneralIdentificationExpressionFactory in org.eclipse.persistence.jpa.jpql.parser
Subclasses of GeneralIdentificationExpressionFactory in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classKeyExpressionFactoryThisKeyExpressionFactorycreates a newKeyExpressionwhen the portion of the query to parse starts with KEY.classValueExpressionFactoryThisValueExpressionFactorycreates a newValueExpressionwhen the portion of the query to parse starts with VALUE.
-