| 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 | |
| org.eclipse.persistence.jpa.jpql.tools.model |
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| org.eclipse.persistence.jpa.jpql.tools.resolver |
| Modifier and Type | Field and Description |
|---|---|
protected InputParameter |
ParameterTypeVisitor.inputParameter
The
InputParameter for which its type will be searched by visiting the query. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EclipseLinkGrammarValidator.isInputParameterInValidLocation(InputParameter expression) |
protected boolean |
AbstractGrammarValidator.isInputParameterInValidLocation(InputParameter expression) |
protected void |
AbstractGrammarValidator.validateOwningClause(InputParameter expression,
String parameter) |
void |
ParameterTypeVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
LiteralVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractSemanticValidator.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractGrammarValidator.visit(InputParameter expression)
Visits the
InputParameter expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AnonymousExpressionVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractExpressionVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<InputParameter> |
JPQLQueryContext.InputParameterVisitor.inputParameters
The collection of
InputParameters that was retrieved by traversing the
parsed tree. |
| Modifier and Type | Method and Description |
|---|---|
Collection<InputParameter> |
JPQLQueryContext.findInputParameters(String parameterName)
Retrieves all the
InputParameters with the given parameter name. |
| Modifier and Type | Method and Description |
|---|---|
IType |
JPQLQueryContext.getParameterType(InputParameter inputParameter)
Retrieves, if it can be determined, the type of the given
InputParameter. |
void |
JPQLQueryContext.InputParameterVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
DefaultSemanticValidator.TypeValidator.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractContentAssistVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(InputParameter expression)
Visits the
InputParameter expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(InputParameter expression)
Visits the
InputParameter expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(InputParameter expression)
Visits the
InputParameter expression. |
| Modifier and Type | Method and Description |
|---|---|
InputParameter |
InputParameterStateObject.getExpression()
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query. |
| Modifier and Type | Method and Description |
|---|---|
void |
InputParameterStateObject.setExpression(InputParameter expression)
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolverBuilder.visit(InputParameter expression)
Visits the
InputParameter expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.