| 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 |
|---|---|
SimpleSelectClause |
AbstractValidator.OwningClauseVisitor.simpleSelectClause |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EclipseLinkGrammarValidator.isInExpressionWithNestedArray(SimpleSelectClause expression)
Determines whether the subquery is part of an
IN expression where the
left expression is a nested array. |
protected boolean |
EclipseLinkGrammarValidator.isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression)
Determines whether the given subquery
SELECT clause can return more than
one item or just a single. |
protected boolean |
AbstractGrammarValidator.isMultipleSubquerySelectItemsAllowed(SimpleSelectClause expression)
Determines whether the given subquery
SELECT clause can return more than
one item or just a single. |
protected void |
AbstractSemanticValidator.validateSimpleSelectClause(SimpleSelectClause expression)
Validates the given
SimpleSelectClause. |
void |
EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractValidator.OwningClauseVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractSemanticValidator.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractGrammarValidator.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleSelectClause |
SimpleSelectStatement.buildSelectClause()
Creates the expression representing the select clause of this select statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AnonymousExpressionVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractExpressionVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContentAssistVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
BasicStateObjectBuilder.SimpleSelectStatementBuilder.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
| Modifier and Type | Method and Description |
|---|---|
SimpleSelectClause |
SimpleSelectClauseStateObject.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 |
SimpleSelectClauseStateObject.setExpression(SimpleSelectClause 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(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
FromSubqueryResolver.VirtualMappingBuilder.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(SimpleSelectClause expression)
Visits the
SimpleSelectClause expression. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.