| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools | |
| 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 |
RefactoringTool.ResultVariableNameRenamer.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
| Modifier and Type | Method and Description |
|---|---|
ResultVariableStateObject |
ResultVariableStateObject.addAs()
Makes sure the
AS identifier is used. |
ResultVariableStateObject |
SelectClauseStateObject.addItem(StateObject stateObject,
String resultVariable)
Adds the given
StateObject as a select item. |
ResultVariableStateObject |
SelectClauseStateObject.addItem(String jpqlFragment,
String resultVariable)
Adds the given expression as a select item.
|
ResultVariableStateObject |
SelectClauseStateObject.addItemAs(StateObject stateObject,
String resultVariable)
Adds the given
StateObject as a select item. |
ResultVariableStateObject |
SelectClauseStateObject.addItemAs(String jpqlFragment,
String resultVariable)
Adds the given JPQL fragment as a select item.
|
ResultVariableStateObject |
SelectStatementStateObject.addSelectItem(StateObject stateObject,
String resultVariable)
Adds the given
StateObject as a select item. |
ResultVariableStateObject |
SelectStatementStateObject.addSelectItem(String jpqlFragment,
String resultVariable)
Adds the given expression as a select item.
|
ResultVariableStateObject |
SelectStatementStateObject.addSelectItemAs(StateObject stateObject,
String resultVariable)
Adds the given
StateObject as a select item. |
ResultVariableStateObject |
SelectStatementStateObject.addSelectItemAs(String jpqlFragment,
String resultVariable)
Adds the given expression as a select item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
void |
AnonymousStateObjectVisitor.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
void |
AbstractStateObjectVisitor.visit(ResultVariableStateObject stateObject)
Visits the given
ResultVariableStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.