Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Packages that use ExpressionRegistry Package Description org.eclipse.persistence.jpa.jpql 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.org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query.org.eclipse.persistence.jpa.jpql.tools -
-
Uses of ExpressionRegistry in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return ExpressionRegistry Modifier and Type Method Description protected 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 ExpressionRegistry Modifier and Type Method Description protected ExpressionRegistryAbstractJPQLGrammar. buildExpressionRegistry()Creates a newExpressionRegistrythat will be used to store the definition of the JPQL grammar.protected ExpressionRegistryAbstractExpression. getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.ExpressionRegistryAbstractJPQLGrammar. getExpressionRegistry()ExpressionRegistryDefaultEclipseLinkJPQLGrammar. getExpressionRegistry()ExpressionRegistryDefaultJPQLGrammar. getExpressionRegistry()ExpressionRegistryExpressionFactory. getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.ExpressionRegistryJPQLGrammar. getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.ExpressionRegistryJPQLQueryBNF. 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 ExpressionRegistry Modifier and Type Method Description ExpressionRegistryJPQLQueryContext. getExpressionRegistry()Returns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.
-