| 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 AbstractSelectClauseStateObject |
AbstractSimpleSelectExpressionStateObjectBuilder.getParent()
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
|
| Constructor and Description |
|---|
AbstractSimpleSelectExpressionStateObjectBuilder(AbstractSelectClauseStateObject parent)
Creates a new
AbstractSimpleSelectExpressionStateObjectBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectClauseStateObject
The
SELECT statement queries data from entities, which determines the type of
the objects or values to be selected. |
class |
SimpleSelectClauseStateObject
The SELECT statement queries data from entities.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSelectClauseStateObject |
SimpleSelectStatementStateObject.buildSelectClause()
Creates the state object representing the
SELECT clause. |
protected AbstractSelectClauseStateObject |
SelectStatementStateObject.buildSelectClause()
Creates the state object representing the
SELECT clause. |
protected abstract AbstractSelectClauseStateObject |
AbstractSelectStatementStateObject.buildSelectClause()
Creates the state object representing the
SELECT clause. |
AbstractSelectClauseStateObject |
AbstractSelectStatementStateObject.getSelectClause()
Returns the state object representing the
SELECT clause. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.