| 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 |
|---|---|
UpdateStatement |
AbstractValidator.OwningStatementVisitor.updateStatement |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSemanticValidator.validateUpdateStatement(UpdateStatement expression)
Validates the given
UpdateStatement. |
void |
BaseDeclarationIdentificationVariableFinder.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractValidator.OwningStatementVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractSemanticValidator.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractGrammarValidator.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullyQualifyPathExpressionVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
ExpressionVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AnonymousExpressionVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractExpressionVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
AbstractContentAssistVisitor.StatementHelper<UpdateStatement> |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<? extends UpdateStatement> |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.addInternalClauseProposals(UpdateStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper.
|
void |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.addInternalClauseProposals(UpdateStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper.
|
Expression |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.getClause(UpdateStatement expression)
Returns the clause being scanned by this helper.
|
Expression |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.getClause(UpdateStatement expression)
Returns the clause being scanned by this helper.
|
boolean |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.hasClause(UpdateStatement expression)
Determines whether the clause exists in the parsed tree.
|
boolean |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.hasClause(UpdateStatement expression)
Determines whether the clause exists in the parsed tree.
|
boolean |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.hasSpaceAfterClause(UpdateStatement expression)
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
|
boolean |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.hasSpaceAfterClause(UpdateStatement expression)
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
|
boolean |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.isClauseComplete(UpdateStatement expression)
Determines whether the clause being scanned is complete or not.
|
boolean |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.isClauseComplete(UpdateStatement expression)
Determines whether the clause being scanned is complete or not.
|
void |
AbstractContentAssistVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
BasicStateObjectBuilder.UpdateStatementBuilder.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatement |
UpdateStatementStateObject.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 |
UpdateStatementStateObject.setExpression(UpdateStatement 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(UpdateStatement expression)
Visits the
UpdateStatement expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(UpdateStatement expression)
Visits the
UpdateStatement expression. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.