| 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(IdentificationVariableDeclarationStateObject stateObject)
Visits the given
IdentificationVariableDeclarationStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(IdentificationVariableDeclarationStateObject stateObject)
Visits the given
IdentificationVariableDeclarationStateObject. |
| Modifier and Type | Method and Description |
|---|---|
IdentificationVariableDeclarationStateObject |
AbstractSelectStatementStateObject.addRangeDeclaration()
Adds a new range variable declaration to the
FROM clause. |
IdentificationVariableDeclarationStateObject |
AbstractFromClauseStateObject.addRangeDeclaration()
Adds a new range variable declaration to the
FROM clause. |
IdentificationVariableDeclarationStateObject |
AbstractSelectStatementStateObject.addRangeDeclaration(IEntity entity,
String identificationVariable)
Adds to this select statement a new range variable declaration.
|
IdentificationVariableDeclarationStateObject |
AbstractFromClauseStateObject.addRangeDeclaration(IEntity entity,
String identificationVariable)
Adds to this select statement a new range variable declaration.
|
IdentificationVariableDeclarationStateObject |
AbstractSelectStatementStateObject.addRangeDeclaration(String entityName,
String identificationVariable)
Adds to this select statement a new range variable declaration.
|
IdentificationVariableDeclarationStateObject |
AbstractFromClauseStateObject.addRangeDeclaration(String entityName,
String identificationVariable)
Adds a new range variable declaration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(IdentificationVariableDeclarationStateObject stateObject)
Visits the given
IdentificationVariableDeclarationStateObject. |
void |
AnonymousStateObjectVisitor.visit(IdentificationVariableDeclarationStateObject stateObject)
Visits the given
IdentificationVariableDeclarationStateObject. |
void |
AbstractStateObjectVisitor.visit(IdentificationVariableDeclarationStateObject stateObject)
Visits the given
IdentificationVariableDeclarationStateObject. |
| Constructor and Description |
|---|
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject parent)
Creates a new
RangeVariableDeclarationStateObject. |
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject parent,
String entityName)
Creates a new
RangeVariableDeclarationStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.