| 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 DeleteStatementStateObject |
BasicStateObjectBuilder.DeleteStatementBuilder.stateObject |
| Modifier and Type | Method and Description |
|---|---|
DeleteStatementStateObject |
BasicStateObjectBuilder.DeleteStatementBuilder.buildStateObject(JPQLQueryStateObject parent,
Expression expression)
Creates the
StateObject representation of the given Expression. |
| Modifier and Type | Method and Description |
|---|---|
protected IBuilder<DeleteStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.buildDeleteStatementBuilder() |
protected IBuilder<DeleteStatementStateObject,JPQLQueryStateObject> |
BasicStateObjectBuilder.getDeleteStatementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPQLQueryFormatter.visit(DeleteStatementStateObject stateObject)
Visits the given
DeleteStatementStateObject. |
void |
AbstractActualJPQLQueryFormatter.visit(DeleteStatementStateObject stateObject)
Visits the given
DeleteStatementStateObject. |
| Modifier and Type | Method and Description |
|---|---|
DeleteStatementStateObject |
JPQLQueryStateObject.addDeleteStatement()
Changes the query statement to be a
DELETE statement. |
DeleteStatementStateObject |
DeleteClauseStateObject.getParent()
Returns the parent of this
StateObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateObjectVisitor.visit(DeleteStatementStateObject stateObject)
Visits the given
DeleteStatementStateObject. |
void |
AnonymousStateObjectVisitor.visit(DeleteStatementStateObject stateObject)
Visits the given
DeleteStatementStateObject. |
void |
AbstractStateObjectVisitor.visit(DeleteStatementStateObject stateObject)
Visits the given
DeleteStatementStateObject. |
| Constructor and Description |
|---|
DeleteClauseStateObject(DeleteStatementStateObject parent)
Creates a new
DeleteClauseStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.