| 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 |
|---|---|
protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,SimpleFromClauseStateObject> |
BasicStateObjectBuilder.buildSimpleRangeDeclarationBuilder() |
protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,SimpleFromClauseStateObject> |
BasicStateObjectBuilder.getSimpleRangeDeclarationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(SimpleFromClauseStateObject stateObject)
Visits the given
SimpleFromClauseStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(SimpleFromClauseStateObject stateObject)
Visits the given
SimpleFromClauseStateObject. |
| Modifier and Type | Method and Description |
|---|---|
SimpleFromClauseStateObject |
SimpleSelectStatementStateObject.getFromClause()
Returns the state object representing the
FROM clause. |
SimpleFromClauseStateObject |
SimpleSelectClauseStateObject.getFromClause()
Returns the
AbstractFromClauseStateObject representing the FROM clause. |
SimpleFromClauseStateObject |
DerivedPathIdentificationVariableDeclarationStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(SimpleFromClauseStateObject stateObject)
Visits the given
SimpleFromClauseStateObject. |
void |
AnonymousStateObjectVisitor.visit(SimpleFromClauseStateObject stateObject)
Visits the given
SimpleFromClauseStateObject. |
void |
AbstractStateObjectVisitor.visit(SimpleFromClauseStateObject stateObject)
Visits the given
SimpleFromClauseStateObject. |
| Constructor and Description |
|---|
CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject parent,
String collectionValuedPath)
Creates a new
CollectionMemberDeclarationStateObject. |
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject parent)
Creates a new
IdentificationVariableDeclarationStateObject. |
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject parent,
String path,
String identificationVariable)
Creates a new
IdentificationVariableDeclarationStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.