| 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 | Interface and Description |
|---|---|
interface |
IEclipseLinkSimpleSelectExpressionStateObjectBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder |
class |
AbstractSimpleSelectExpressionStateObjectBuilder
The abstract implementation of
ISimpleSelectExpressionStateObjectBuilder that supports
the creation of the select expression based on the JPQL grammar defined in JPA 2.0. |
class |
DefaultSimpleSelectExpressionStateObjectBuilder |
class |
EclipseLinkSimpleSelectExpressionStateObjectBuilder |
| Modifier and Type | Method and Description |
|---|---|
ISimpleSelectExpressionStateObjectBuilder |
JPQLQueryBuilderWrapper.buildStateObjectBuilder(SimpleSelectClauseStateObject stateObject)
Creates a builder that can create a single select expression programmatically.
|
ISimpleSelectExpressionStateObjectBuilder |
IJPQLQueryBuilder.buildStateObjectBuilder(SimpleSelectClauseStateObject stateObject)
Creates a builder that can create a single select expression programmatically.
|
ISimpleSelectExpressionStateObjectBuilder |
ISimpleSelectExpressionStateObjectBuilder.variable(String variable)
Creates the expression representing an identification variable.
|
ISimpleSelectExpressionStateObjectBuilder |
AbstractSimpleSelectExpressionStateObjectBuilder.variable(String variable)
Creates the expression representing an identification variable.
|
| Modifier and Type | Method and Description |
|---|---|
ISimpleSelectExpressionStateObjectBuilder |
SimpleSelectClauseStateObject.getBuilder()
Creates and returns a new
ISimpleSelectExpressionStateObjectBuilder that can be used
to programmatically create a single select expression and once the expression is complete,
commit() will push the StateObject
representation of that expression as this clause's select expression. |
ISimpleSelectExpressionStateObjectBuilder |
SimpleSelectStatementStateObject.getSelectBuilder()
Creates and returns a new
ISimpleSelectExpressionStateObjectBuilder that can be used
to programmatically create a single select expression and once the expression is complete,
commit() will push the StateObject
representation of that expression as this clause's select expression. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.