| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteClauseStateObject
This is the
DELETE clause of the DELETE statement. |
class |
UpdateClauseStateObject
This is the
UPDATE clause of the UPDATE statement. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractModifyClauseStateObject |
UpdateStatementStateObject.buildModifyClause()
Creates the actual
AbstractModifyClauseStateObject that represents the modify clause. |
protected AbstractModifyClauseStateObject |
DeleteStatementStateObject.buildModifyClause()
Creates the actual
AbstractModifyClauseStateObject that represents the modify clause. |
protected abstract AbstractModifyClauseStateObject |
AbstractModifyStatementStateObject.buildModifyClause()
Creates the actual
AbstractModifyClauseStateObject that represents the modify clause. |
AbstractModifyClauseStateObject |
AbstractModifyStatementStateObject.getModifyClause()
Returns the state object representing the modify clause part of the modify statement.
|
| Constructor and Description |
|---|
AbstractRangeVariableDeclarationStateObject(AbstractModifyClauseStateObject parent)
Creates a new
AbstractRangeVariableDeclarationStateObject. |
RangeVariableDeclarationStateObject(AbstractModifyClauseStateObject parent)
Creates a new
RangeVariableDeclarationStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.