Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Package
Description
This package contains the Hermes features (except the parser itself): semantic and grammatical
validations, content assist support, calculating the query result type or the possible type of
an input parameter, refactoring tools.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
-
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql
Modifier and TypeMethodDescriptionprotected ExpressionRegistry
AbstractValidator.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query. -
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionprotected ExpressionRegistry
AbstractJPQLGrammar.buildExpressionRegistry()
Creates a newExpressionRegistry
that will be used to store the definition of the JPQL grammar.protected final ExpressionRegistry
AbstractExpression.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query.AbstractJPQLGrammar.getExpressionRegistry()
DefaultEclipseLinkJPQLGrammar.getExpressionRegistry()
DefaultJPQLGrammar.getExpressionRegistry()
final ExpressionRegistry
ExpressionFactory.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query.JPQLGrammar.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query.JPQLQueryBNF.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query. -
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionJPQLQueryContext.getExpressionRegistry()
Returns the registry containing theJPQLQueryBNFs
and theExpressionFactories
that are used to properly parse a JPQL query.