| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>>
The abstract implementation of
IConditionalExpressionStateObjectBuilder that supports the
creation of the conditional expression based on the JPQL grammar defined in JPA 2.0. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICaseExpressionStateObjectBuilder
This builder is responsible to create a
CASE expression. |
interface |
IConditionalExpressionStateObjectBuilder
This builder can be used to easily create a conditional expression without having to create each
object manually.
|
interface |
IEclipseLinkConditionalStateObjectBuilder
The EclipseLink extension over the basic support provided by
IEclipseLinkConditionalStateObjectBuilder. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConditionalExpressionStateObjectBuilder.in(boolean not,
T... inItems) |
T |
AbstractConditionalExpressionStateObjectBuilder.in(T... inItems) |
T |
AbstractConditionalExpressionStateObjectBuilder.notIn(T... inItems) |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.