| 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 |
|---|---|
SimpleSelectStatement |
AbstractValidator.OwningStatementVisitor.simpleSelectStatement |
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticValidatorHelper.newSubqueryContext(SimpleSelectStatement expression)
Changes the state of this helper to use the given subquery.
|
protected void |
AbstractSemanticValidator.validateSimpleSelectStatement(SimpleSelectStatement expression) |
protected void |
AbstractGrammarValidator.validateSimpleSelectStatement(SimpleSelectStatement expression) |
void |
EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractValidator.OwningStatementVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractValidator.SubqueryVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractSemanticValidator.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractGrammarValidator.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullyQualifyPathExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
ExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AnonymousExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleSelectStatement |
AbstractContentAssistVisitor.SubqueryVisitor.expression
The subquery
Expression if it's the first clause visitor. |
| Modifier and Type | Method and Description |
|---|---|
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper.getNextHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper.addInternalClauseProposals(SimpleSelectStatement expression)
Adds the JPQL identifier of the internal clause being scanned by this helper.
|
boolean |
AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper.hasSpaceAfterClause(SimpleSelectStatement expression) |
void |
GenericSemanticValidatorHelper.newSubqueryContext(SimpleSelectStatement expression)
Changes the state of this helper to use the given subquery.
|
void |
JPQLQueryContext.InputParameterVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
JPQLQueryContext.QueryExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractContentAssistVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractContentAssistVisitor.FollowingClausesVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
AbstractContentAssistVisitor.SubqueryVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
BasicStateObjectBuilder.SimpleSelectStatementBuilder.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
| Modifier and Type | Method and Description |
|---|---|
SimpleSelectStatement |
SimpleSelectStatementStateObject.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 |
SimpleSelectStatementStateObject.setExpression(SimpleSelectStatement 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(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
FromSubqueryResolver.VirtualMappingBuilder.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
EclipseLinkDeclarationResolver.DeclarationVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
void |
DeclarationResolver.RootObjectExpressionVisitor.visit(SimpleSelectStatement expression)
Visits the
SimpleSelectStatement expression. |
| Constructor and Description |
|---|
FromSubqueryResolver(Resolver parent,
JPQLQueryContext queryContext,
SimpleSelectStatement subquery)
Creates a new
FromSubqueryResolver. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.