| 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 |
AbstractFromClauseStateObject
This state object represents the abstract definition of a
FROM clause, which
is either the FROM clause of the query or of a sub-query expression. |
class |
AbstractModifyClauseStateObject |
class |
DeleteClauseStateObject
This is the
DELETE clause of the DELETE statement. |
class |
FromClauseStateObject
The
FROM clause of a query defines the domain of the query by declaring
identification variables. |
class |
SimpleFromClauseStateObject
The
FROM clause of a sub-query defines the domain of the sub-query by
declaring identification variables. |
class |
UpdateClauseStateObject
This is the
UPDATE clause of the UPDATE statement. |
| Modifier and Type | Method and Description |
|---|---|
DeclarationStateObject |
StateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
JPQLQueryStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
AbstractStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
AbstractSelectStatementStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
AbstractModifyStatementStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
AbstractModifyClauseStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
DeclarationStateObject |
AbstractFromClauseStateObject.getDeclaration()
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.