| 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 |
|---|---|
List<Join> |
JPQLQueryDeclaration.getJoins()
Returns the
JOIN expressions defined with this declaration, if supported. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSemanticValidator.validateJoin(Join expression)
Validates the given
Join. |
void |
LiteralVisitor.visit(Join expression)
Visits the
Join expression. |
void |
AbstractSemanticValidator.visit(Join expression)
Visits the
Join expression. |
void |
AbstractGrammarValidator.visit(Join expression)
Visits the
Join expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullyQualifyPathExpressionVisitor.visit(Join expression)
Visits the
Join expression. |
void |
ExpressionVisitor.visit(Join expression)
Visits the
Join expression. |
void |
AnonymousExpressionVisitor.visit(Join expression)
Visits the
Join expression. |
void |
AbstractExpressionVisitor.visit(Join expression)
Visits the
Join expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContentAssistVisitor.visit(Join expression)
Visits the
Join expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(Join expression)
Visits the
Join expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(Join expression)
Visits the
Join expression. |
void |
AbstractContentAssistVisitor.MappingFilterBuilder.visit(Join expression)
Visits the
Join expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(Join expression)
Visits the
Join expression. |
void |
BasicStateObjectBuilder.JoinBuilder.visit(Join expression)
Visits the
Join expression. |
| Modifier and Type | Method and Description |
|---|---|
Join |
JoinStateObject.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 |
JoinStateObject.setExpression(Join 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 | Field and Description |
|---|---|
protected List<Join> |
AbstractRangeDeclaration.joins
The list of JOIN expressions that are declared in the same declaration than the range
variable declaration represented by this declaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Join> |
Declaration.getJoins()
Returns the
JOIN expressions defined with this declaration, if supported. |
List<Join> |
AbstractRangeDeclaration.getJoins()
Returns the
JOIN expressions defined with this declaration, if supported. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRangeDeclaration.addJoin(Join join)
Adds the given
Join. |
void |
ResolverBuilder.visit(Join expression)
Visits the
Join expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(Join expression)
Visits the
Join expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.