| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
RefactoringTool.EnumConstantRenamer.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
void |
RefactoringTool.FieldNameRenamer.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
void |
RefactoringTool.VariableNameRenamer.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
| Modifier and Type | Method and Description |
|---|---|
CollectionValuedPathExpressionStateObject |
CollectionMemberExpressionStateObject.getCollectionValuedPath() |
CollectionValuedPathExpressionStateObject |
CollectionMemberDeclarationStateObject.getCollectionValuedPath()
Returns the model object representing the collection-valued association-field
of an entity abstract schema type.
|
CollectionValuedPathExpressionStateObject |
TreatExpressionStateObject.getJoinAssociationPathStateObject()
Returns the
CollectionValuedPathExpressionStateObject representing the join
association path. |
CollectionValuedPathExpressionStateObject |
JoinStateObject.getJoinAssociationPathStateObject()
Returns the
CollectionValuedPathExpressionStateObject representing the join
association path. |
CollectionValuedPathExpressionStateObject |
DerivedPathVariableDeclarationStateObject.getRootStateObject()
Returns the
StateObject holding onto the abstract schema name. |
CollectionValuedPathExpressionStateObject |
DerivedPathIdentificationVariableDeclarationStateObject.getRootStateObject()
Returns the
StateObject representing the "root" for objects which may not be
reachable by navigation. |
CollectionValuedPathExpressionStateObject |
EmptyCollectionComparisonExpressionStateObject.getStateObject()
Returns the
CollectionValuedPathExpressionStateObject representing the collection-
valued path expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
void |
AnonymousStateObjectVisitor.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
void |
AbstractStateObjectVisitor.visit(CollectionValuedPathExpressionStateObject stateObject)
Visits the given
CollectionValuedPathExpressionStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.