| 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,FromClauseStateObject> |
BasicStateObjectBuilder.buildRangeDeclarationBuilder() |
protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,FromClauseStateObject> |
BasicStateObjectBuilder.getRangeDeclarationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(FromClauseStateObject stateObject)
Visits the given
FromClauseStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(FromClauseStateObject stateObject)
Visits the given
FromClauseStateObject. |
| Modifier and Type | Method and Description |
|---|---|
FromClauseStateObject |
SelectStatementStateObject.getFromClause()
Returns the state object representing the
FROM clause. |
FromClauseStateObject |
SelectClauseStateObject.getFromClause()
Returns the
AbstractFromClauseStateObject representing the FROM clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(FromClauseStateObject stateObject)
Visits the given
FromClauseStateObject. |
void |
AnonymousStateObjectVisitor.visit(FromClauseStateObject stateObject)
Visits the given
FromClauseStateObject. |
void |
AbstractStateObjectVisitor.visit(FromClauseStateObject stateObject)
Visits the given
FromClauseStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.