| Package | Description |
|---|---|
| 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 |
AbstractJPQLQueryFormatter.visit(RangeVariableDeclarationStateObject stateObject)
Visits the given
RangeVariableDeclarationStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(RangeVariableDeclarationStateObject stateObject)
Visits the given
RangeVariableDeclarationStateObject. |
| Modifier and Type | Method and Description |
|---|---|
RangeVariableDeclarationStateObject |
RangeVariableDeclarationStateObject.addAs()
Makes sure the
AS identifier is specified. |
RangeVariableDeclarationStateObject |
IdentificationVariableDeclarationStateObject.getRangeVariableDeclaration()
Returns the
StateObject representing the range variable declaration portion. |
RangeVariableDeclarationStateObject |
AbstractModifyStatementStateObject.getRangeVariableDeclaration()
Returns the
StateObject that defines the range variable declaration. |
RangeVariableDeclarationStateObject |
AbstractModifyClauseStateObject.getRangeVariableDeclaration()
Returns the
StateObject that defines the range variable declaration. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(RangeVariableDeclarationStateObject stateObject)
Visits the given
RangeVariableDeclarationStateObject. |
void |
AnonymousStateObjectVisitor.visit(RangeVariableDeclarationStateObject stateObject)
Visits the given
RangeVariableDeclarationStateObject. |
void |
AbstractStateObjectVisitor.visit(RangeVariableDeclarationStateObject stateObject)
Visits the given
RangeVariableDeclarationStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.