| 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 | Class and Description |
|---|---|
class |
AbstractNewValueStateObjectBuilder |
class |
DefaultNewValueStateObjectBuilder
The default implementation of
INewValueStateObjectBuilder. |
| Modifier and Type | Method and Description |
|---|---|
INewValueStateObjectBuilder |
JPQLQueryBuilderWrapper.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
JPQLQueryBuilder2_1.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
JPQLQueryBuilder2_0.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
JPQLQueryBuilder1_0.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
IJPQLQueryBuilder.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
EclipseLinkJPQLQueryBuilder.buildStateObjectBuilder(UpdateItemStateObject stateObject)
Creates a builder that can create a new value expression programmatically.
|
INewValueStateObjectBuilder |
INewValueStateObjectBuilder.NULL()
Creates a new expression representing the
NULL keyword. |
INewValueStateObjectBuilder |
AbstractNewValueStateObjectBuilder.NULL()
Creates a new expression representing the
NULL keyword. |
INewValueStateObjectBuilder |
INewValueStateObjectBuilder.variable(String variable)
Creates the expression representing an identification variable.
|
INewValueStateObjectBuilder |
AbstractNewValueStateObjectBuilder.variable(String variable)
Creates the expression representing an identification variable.
|
| Modifier and Type | Method and Description |
|---|---|
INewValueStateObjectBuilder |
UpdateItemStateObject.getBuilder()
Creates and returns a new
INewValueStateObjectBuilder that can be used to
programmatically create a new value expression and once the expression is complete,
commit() will push the StateObject
representation of that expression as this new value object. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.