| 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(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
| Modifier and Type | Method and Description |
|---|---|
protected IBuilder<SelectStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.buildSelectStatementBuilder() |
protected IBuilder<SelectStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.getSelectStatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
| Modifier and Type | Method and Description |
|---|---|
SelectStatementStateObject |
JPQLQueryStateObject.addDistinctSelectStatement()
Changes the query statement to be a
SELECT statement. |
SelectStatementStateObject |
JPQLQueryStateObject.addSelectStatement()
Changes the query statement to be a
SELECT statement. |
SelectStatementStateObject |
JPQLQueryStateObject.addSelectStatement(String jpqlFragment)
Changes the query statement to be a
SELECT statement. |
SelectStatementStateObject |
SelectClauseStateObject.getParent()
Returns the parent of this
StateObject. |
SelectStatementStateObject |
OrderByClauseStateObject.getParent()
Returns the parent of this
StateObject. |
SelectStatementStateObject |
FromClauseStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
void |
AnonymousStateObjectVisitor.visit(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
void |
AbstractStateObjectVisitor.visit(SelectStatementStateObject stateObject)
Visits the given
SelectStatementStateObject. |
| Constructor and Description |
|---|
FromClauseStateObject(SelectStatementStateObject parent)
Creates a new
FromClauseStateObject. |
OrderByClauseStateObject(SelectStatementStateObject parent)
Creates a new
OrderByClauseStateObject. |
SelectClauseStateObject(SelectStatementStateObject parent)
Creates a new
SelectClauseStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.