| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.parser |
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
|
| 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 |
|---|---|
TrimExpression.Specification |
TrimExpression.getSpecification()
Returns the specification which specifies how to trim the string.
|
static TrimExpression.Specification |
TrimExpression.Specification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimExpression.Specification[] |
TrimExpression.Specification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IConditionalExpressionStateObjectBuilder |
AbstractConditionalStateObjectBuilderWrapper.trim(TrimExpression.Specification specification,
IConditionalExpressionStateObjectBuilder builder) |
IConditionalExpressionStateObjectBuilder |
AbstractConditionalStateObjectBuilderWrapper.trim(TrimExpression.Specification specification,
String trimCharacter,
IConditionalExpressionStateObjectBuilder builder) |
T |
IAbstractConditionalExpressionStateObjectBuilder.trim(TrimExpression.Specification specification,
String trimCharacter,
T builder) |
T |
AbstractConditionalExpressionStateObjectBuilder.trim(TrimExpression.Specification specification,
String trimCharacter,
T builder) |
T |
IAbstractConditionalExpressionStateObjectBuilder.trim(TrimExpression.Specification specification,
T builder) |
T |
AbstractConditionalExpressionStateObjectBuilder.trim(TrimExpression.Specification specification,
T builder) |
| Modifier and Type | Method and Description |
|---|---|
TrimExpression.Specification |
TrimExpressionStateObject.getSpecification()
Returns the new trim specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrimExpressionStateObject.setSpecification(TrimExpression.Specification specification)
Sets the new trim specification.
|
| Constructor and Description |
|---|
TrimExpressionStateObject(StateObject parent,
TrimExpression.Specification specification,
StateObject stateObject)
Creates a new
TrimExpressionStateObject. |
TrimExpressionStateObject(StateObject parent,
TrimExpression.Specification specification,
StateObject trimCharacter,
StateObject stateObject)
Creates a new
TrimExpressionStateObject. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.