| 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 |
|---|---|
protected AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<LocateExpression> |
AbstractGrammarValidator.buildLocateExpressionHelper() |
protected AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<LocateExpression> |
AbstractGrammarValidator.locateExpressionHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractSemanticValidator.validateLocateExpression(LocateExpression expression)
Validates the encapsulated expression of the given
LOCATE expression. |
void |
ParameterTypeVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractSemanticValidator.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractGrammarValidator.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AnonymousExpressionVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractExpressionVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultSemanticValidator.validateLocateExpression(LocateExpression expression)
Validates the encapsulated expression of the given
LOCATE expression. |
void |
DefaultSemanticValidator.NumericTypeValidator.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
DefaultContentAssistVisitor.AcceptableTypeVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractContentAssistVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
AbstractContentAssistVisitor.MappingFilterBuilder.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicStateObjectBuilder.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
| Modifier and Type | Method and Description |
|---|---|
LocateExpression |
LocateExpressionStateObject.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 |
LocateExpressionStateObject.setExpression(LocateExpression 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(LocateExpression expression)
Visits the
LocateExpression expression. |
void |
FromSubqueryResolver.VirtualMappingBuilder.visit(LocateExpression expression)
Visits the
LocateExpression expression. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.