Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Package
Description
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
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.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of TrimExpression.Specification in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionTrimExpression.getSpecification()
Returns the specification which specifies how to trim the string.static TrimExpression.Specification
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. -
Uses of TrimExpression.Specification in org.eclipse.persistence.jpa.jpql.tools.model
Modifier and TypeMethodDescriptionAbstractConditionalExpressionStateObjectBuilder.trim
(TrimExpression.Specification specification, String trimCharacter, T builder) AbstractConditionalExpressionStateObjectBuilder.trim
(TrimExpression.Specification specification, T builder) AbstractConditionalStateObjectBuilderWrapper.trim
(TrimExpression.Specification specification, String trimCharacter, IConditionalExpressionStateObjectBuilder builder) AbstractConditionalStateObjectBuilderWrapper.trim
(TrimExpression.Specification specification, IConditionalExpressionStateObjectBuilder builder) IAbstractConditionalExpressionStateObjectBuilder.trim
(TrimExpression.Specification specification, String trimCharacter, T builder) IAbstractConditionalExpressionStateObjectBuilder.trim
(TrimExpression.Specification specification, T builder) -
Uses of TrimExpression.Specification in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionTrimExpressionStateObject.getSpecification()
Returns the new trim specification.Modifier and TypeMethodDescriptionvoid
TrimExpressionStateObject.setSpecification
(TrimExpression.Specification specification) Sets the new trim specification.ModifierConstructorDescriptionTrimExpressionStateObject
(StateObject parent, TrimExpression.Specification specification, StateObject stateObject) Creates a newTrimExpressionStateObject
.TrimExpressionStateObject
(StateObject parent, TrimExpression.Specification specification, StateObject trimCharacter, StateObject stateObject) Creates a newTrimExpressionStateObject
.