| 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.EntityNameRenamer.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
void |
RefactoringTool.ResultVariableNameRenamer.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
void |
RefactoringTool.VariableNameRenamer.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
| Modifier and Type | Method and Description |
|---|---|
IdentificationVariableStateObject |
StateObject.findIdentificationVariable(String identificationVariable)
Returns the
IdentificationVariableStateObject representing the given identification
variable. |
IdentificationVariableStateObject |
AbstractStateObject.findIdentificationVariable(String identificationVariable)
Returns the
IdentificationVariableStateObject representing the given identification
variable. |
IdentificationVariableStateObject |
AbstractSelectStatementStateObject.findIdentificationVariable(String identificationVariable)
Returns the
IdentificationVariableStateObject representing the given identification
variable. |
IdentificationVariableStateObject |
AbstractFromClauseStateObject.findIdentificationVariable(String variable)
Returns the
IdentificationVariableStateObject representing the given identification
variable. |
IdentificationVariableStateObject |
CollectionMemberDeclarationStateObject.getIdentificationVariable()
Returns the model object representing an identification variable
evaluating to a collection-valued association-field of an entity abstract
schema type.
|
IdentificationVariableStateObject |
JoinStateObject.getIdentificationVariableStateObject()
Returns the state object holding the identification variable.
|
IdentificationVariableStateObject |
AbstractRangeVariableDeclarationStateObject.getIdentificationVariableStateObject()
Returns the
IdentificationVariableStateObject holding onto the identification variable. |
IdentificationVariableStateObject |
AbstractModifyStatementStateObject.getIdentificationVariableStateObject()
Returns the
IdentificationVariableStateObject holding onto the identification variable. |
IdentificationVariableStateObject |
AbstractModifyClauseStateObject.getIdentificationVariableStateObject()
Returns the
IdentificationVariableStateObject holding onto the identification variable. |
IdentificationVariableStateObject |
AbstractIdentificationVariableDeclarationStateObject.getIdentificationVariableStateObject()
Returns the
IdentificationVariableStateObject holding onto the identification variable. |
IdentificationVariableStateObject |
EncapsulatedIdentificationVariableExpressionStateObject.getStateObject()
Returns the encapsulated
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
ListIterable<IdentificationVariableStateObject> |
VariableDeclarationStateObject.identificationVariables()
Returns the
IdentificationVariableStateObject that are used by this state object. |
ListIterable<IdentificationVariableStateObject> |
CollectionMemberDeclarationStateObject.identificationVariables()
Returns the
IdentificationVariableStateObject that are used by this state object. |
Iterable<IdentificationVariableStateObject> |
AbstractSelectStatementStateObject.identificationVariables()
Returns the
IdentificationVariableStateObjects
holding onto the identification variables, which are the variables defined in the
FROM clause. |
ListIterable<IdentificationVariableStateObject> |
AbstractRangeVariableDeclarationStateObject.identificationVariables()
Returns the
IdentificationVariableStateObject that are used by this state object. |
ListIterable<IdentificationVariableStateObject> |
AbstractIdentificationVariableDeclarationStateObject.identificationVariables()
Returns the
IdentificationVariableStateObject that are used by this state object. |
Iterable<IdentificationVariableStateObject> |
AbstractFromClauseStateObject.identificationVariables()
Returns the
IdentificationVariableStateObjects
holding onto the identification variables, which are the variables defined in the
FROM clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
void |
AnonymousStateObjectVisitor.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
void |
AbstractStateObjectVisitor.visit(IdentificationVariableStateObject stateObject)
Visits the given
IdentificationVariableStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.