| 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 | Field and Description |
|---|---|
protected UpdateStatementStateObject |
BasicStateObjectBuilder.UpdateStatementBuilder.stateObject |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatementStateObject |
BasicStateObjectBuilder.UpdateStatementBuilder.buildStateObject(JPQLQueryStateObject parent,
Expression expression)
Creates the
StateObject representation of the given Expression. |
| Modifier and Type | Method and Description |
|---|---|
protected IBuilder<UpdateStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.buildUpdateStatementBuilder() |
protected IBuilder<UpdateStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.getUpdateStatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(UpdateStatementStateObject stateObject)
Visits the given
UpdateStatementStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(UpdateStatementStateObject stateObject)
Visits the given
UpdateStatementStateObject. |
| Modifier and Type | Method and Description |
|---|---|
UpdateStatementStateObject |
JPQLQueryStateObject.addUpdateStatement()
Changes the query statement to be a
UPDATE statement. |
UpdateStatementStateObject |
JPQLQueryStateObject.addUpdateStatement(String jpqlFragment)
Changes the query statement to be a
UPDATE statement. |
UpdateStatementStateObject |
UpdateClauseStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(UpdateStatementStateObject stateObject)
Visits the given
UpdateStatementStateObject. |
void |
AnonymousStateObjectVisitor.visit(UpdateStatementStateObject stateObject)
Visits the given
UpdateStatementStateObject. |
void |
AbstractStateObjectVisitor.visit(UpdateStatementStateObject stateObject)
Visits the given
UpdateStatementStateObject. |
| Constructor and Description |
|---|
UpdateClauseStateObject(UpdateStatementStateObject parent)
Creates a new
UpdateClauseStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.