| 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 |
|---|---|
protected CollectionValuedPathExpression |
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor.expression
The
CollectionValuedPathExpression that was visited; null if he was not. |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionValuedPathExpression |
AbstractSemanticValidator.getCollectionValuedPathExpression(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterTypeVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
LiteralVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractSemanticValidator.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractSemanticValidator.SubqueryFirstDeclarationVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractGrammarValidator.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
FullyQualifyPathExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
ExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AnonymousExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicRefactoringTool.AttributeNameRenamer.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
BasicRefactoringTool.ClassNameRenamer.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
BasicRefactoringTool.EnumConstantRenamer.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.DeclarationVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.EnumVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
AbstractContentAssistVisitor.MappingFilterBuilder.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
BasicStateObjectBuilder.CollectionMemberDeclarationBuilder.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
BasicStateObjectBuilder.SimpleRangeDeclarationBuilder.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
CollectionValuedPathExpression |
CollectionValuedPathExpressionStateObject.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 |
CollectionValuedPathExpressionStateObject.setExpression(CollectionValuedPathExpression 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(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
DeclarationResolver.DeclarationVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
void |
DeclarationResolver.QualifyRangeDeclarationVisitor.visit(CollectionValuedPathExpression expression)
Visits the
CollectionValuedPathExpression expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.