Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Packages that use 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
Methods in org.eclipse.persistence.jpa.jpql that return ExpressionRegistryModifier and TypeMethodDescriptionprotected ExpressionRegistryAbstractValidator.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. -
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return ExpressionRegistryModifier and TypeMethodDescriptionprotected ExpressionRegistryAbstractJPQLGrammar.buildExpressionRegistry()Creates a newExpressionRegistrythat will be used to store the definition of the JPQL grammar.protected final ExpressionRegistryAbstractExpression.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.AbstractJPQLGrammar.getExpressionRegistry()DefaultEclipseLinkJPQLGrammar.getExpressionRegistry()DefaultJPQLGrammar.getExpressionRegistry()final ExpressionRegistryExpressionFactory.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.JPQLGrammar.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.JPQLQueryBNF.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. -
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return ExpressionRegistryModifier and TypeMethodDescriptionJPQLQueryContext.getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.