| 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 |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(UpdateClauseStateObject stateObject)
Visits the given
UpdateClauseStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(UpdateClauseStateObject stateObject)
Visits the given
UpdateClauseStateObject. |
| Modifier and Type | Method and Description |
|---|---|
UpdateClauseStateObject |
UpdateStatementStateObject.getModifyClause()
Returns the state object representing the
UPDATE clause. |
UpdateClauseStateObject |
UpdateItemStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
UpdateClauseStateObject.areChildrenEquivalent(UpdateClauseStateObject stateObject)
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e. |
void |
StateObjectVisitor.visit(UpdateClauseStateObject stateObject)
Visits the given
UpdateClauseStateObject. |
void |
AnonymousStateObjectVisitor.visit(UpdateClauseStateObject stateObject)
Visits the given
UpdateClauseStateObject. |
void |
AbstractStateObjectVisitor.visit(UpdateClauseStateObject stateObject)
Visits the given
UpdateClauseStateObject. |
| Constructor and Description |
|---|
UpdateItemStateObject(UpdateClauseStateObject parent)
Creates a new
UpdateItemStateObject. |
UpdateItemStateObject(UpdateClauseStateObject parent,
String path,
StateObject newValue)
Creates a new
UpdateItemStateObject. |
UpdateItemStateObject(UpdateClauseStateObject parent,
String path,
String newValue)
Creates a new
UpdateItemStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.