| 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 |
|---|---|
FromClause |
AbstractValidator.OwningClauseVisitor.fromClause |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSemanticValidator.validateFromClause(FromClause expression)
Validates the given
FromClause. |
void |
BaseDeclarationIdentificationVariableFinder.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractValidator.OwningClauseVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractSemanticValidator.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractGrammarValidator.visit(FromClause expression)
Visits the
FromClause expression. |
| Modifier and Type | Method and Description |
|---|---|
protected FromClause |
SelectStatement.buildFromClause()
Creates the expression representing the from clause of this select statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AnonymousExpressionVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractExpressionVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
EclipseLinkContentAssistVisitor.FollowingClausesVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractContentAssistVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(FromClause expression)
Visits the
FromClause expression. |
void |
AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(FromClause expression)
Visits the
FromClause expression. |
void |
BasicStateObjectBuilder.SelectStatementBuilder.visit(FromClause expression)
Visits the
FromClause expression. |
| Modifier and Type | Method and Description |
|---|---|
FromClause |
FromClauseStateObject.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 |
FromClauseStateObject.setExpression(FromClause 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(FromClause expression)
Visits the
FromClause expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(FromClause expression)
Visits the
FromClause expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.