| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionRegistry |
AbstractValidator.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionRegistry |
AbstractJPQLGrammar.buildExpressionRegistry()
Creates a new
ExpressionRegistry that will be used to store the definition of the JPQL
grammar. |
ExpressionRegistry |
JPQLQueryBNF.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
ExpressionRegistry |
JPQLGrammar.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
ExpressionRegistry |
ExpressionFactory.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
ExpressionRegistry |
DefaultJPQLGrammar.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
ExpressionRegistry |
DefaultEclipseLinkJPQLGrammar.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
ExpressionRegistry |
AbstractJPQLGrammar.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
protected ExpressionRegistry |
AbstractExpression.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used
to properly parse a JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
ExpressionRegistry |
JPQLQueryContext.getExpressionRegistry()
Returns the registry containing the
JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.