| 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 | Method and Description |
|---|---|
protected void |
AbstractSemanticValidator.validateRangeVariableDeclaration(RangeVariableDeclaration expression)
Validates the given
RangeVariableDeclaration. |
protected void |
AbstractSemanticValidator.validateRangeVariableDeclarationRootObject(RangeVariableDeclaration expression)
Validates the "root" object of the given
RangeVariableDeclaration. |
protected void |
AbstractEclipseLinkSemanticValidator.validateRangeVariableDeclarationRootObject(RangeVariableDeclaration expression)
Validates the "root" object of the given
RangeVariableDeclaration. |
void |
LiteralVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
BaseDeclarationIdentificationVariableFinder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractSemanticValidator.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractSemanticValidator.FirstDeclarationVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractGrammarValidator.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullyQualifyPathExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
ExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AnonymousExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
| Modifier and Type | Field and Description |
|---|---|
protected RangeVariableDeclaration |
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor.expression
The
RangeVariableDeclaration if it was visited otherwise null. |
| Modifier and Type | Method and Description |
|---|---|
protected RangeVariableDeclaration |
AbstractContentAssistVisitor.findRangeVariableDeclaration(UpdateClause expression)
Retrieves the
RangeVariableDeclaration that defines the entity name and identification
variable for the given UpdateClause. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.DeclarationVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
BasicStateObjectBuilder.DeleteStatementBuilder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
BasicStateObjectBuilder.UpdateStatementBuilder.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
| Modifier and Type | Method and Description |
|---|---|
RangeVariableDeclaration |
AbstractRangeVariableDeclarationStateObject.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 |
AbstractRangeVariableDeclarationStateObject.setExpression(RangeVariableDeclaration 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(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
void |
DeclarationResolver.QualifyRangeDeclarationVisitor.visit(RangeVariableDeclaration expression)
Visits the
RangeVariableDeclaration expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.