| 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 void |
AbstractJPQLQueryFormatter.toStringModifyStatement(AbstractModifyStatementStateObject stateObject) |
protected void |
AbstractActualJPQLQueryFormatter.toStringModifyStatement(AbstractModifyStatementStateObject stateObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStatementStateObject
Bulk delete operation apply to entities of a single entity class (together with its subclasses,
if any).
|
class |
UpdateStatementStateObject
The
UPDATE clause of a query consists of a conditional expression used to
select objects or values that satisfy the expression. |
| Modifier and Type | Method and Description |
|---|---|
AbstractModifyStatementStateObject |
AbstractModifyClauseStateObject.getParent()
Returns the parent of this
StateObject. |
| Constructor and Description |
|---|
AbstractModifyClauseStateObject(AbstractModifyStatementStateObject parent)
Creates a new
UpdateClauseStateObject. |
WhereClauseStateObject(AbstractModifyStatementStateObject parent)
Creates a new
WhereClauseStateObject. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.