| 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(DerivedPathIdentificationVariableDeclarationStateObject stateObject)
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. |
| Modifier and Type | Method and Description |
|---|---|
DerivedPathIdentificationVariableDeclarationStateObject |
SimpleSelectStatementStateObject.addDerivedPathDeclaration()
Adds a new derived identification variable declaration to the
FROM clause. |
DerivedPathIdentificationVariableDeclarationStateObject |
SimpleFromClauseStateObject.addDerivedPathDeclaration()
Adds a new derived identification variable declaration to the
FROM clause. |
DerivedPathIdentificationVariableDeclarationStateObject |
SimpleSelectStatementStateObject.addDerivedPathDeclaration(String path,
String identificationVariable)
Adds a new derived identification variable declaration to the
FROM clause. |
DerivedPathIdentificationVariableDeclarationStateObject |
SimpleFromClauseStateObject.addDerivedPathDeclaration(String path,
String identificationVariable)
Adds a new derived identification variable declaration to the
FROM clause. |
DerivedPathIdentificationVariableDeclarationStateObject |
DerivedPathVariableDeclarationStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. |
void |
AnonymousStateObjectVisitor.visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. |
void |
AbstractStateObjectVisitor.visit(DerivedPathIdentificationVariableDeclarationStateObject stateObject)
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. |
| Constructor and Description |
|---|
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject parent)
Creates a new
DerivedPathVariableDeclarationStateObject. |
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject parent,
String path)
Creates a new
DerivedPathVariableDeclarationStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.