Uses of Enum
org.eclipse.persistence.jpa.jpql.LiteralType
Packages that use LiteralType
Package
Description
This package contains the Hermes features (except the parser itself): semantic and grammatical
validations, content assist support, calculating the query result type or the possible type of
an input parameter, refactoring tools.
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.
-
Uses of LiteralType in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as LiteralTypeModifier and TypeFieldDescriptionprotected LiteralType
LiteralVisitor.type
TheLiteralType
helps to determine when traversing anExpression
what to retrieve.Methods in org.eclipse.persistence.jpa.jpql that return LiteralTypeModifier and TypeMethodDescriptionLiteralVisitor.getType()
Returns the way this visitor retrieves the literal value.static LiteralType
Returns the enum constant of this type with the specified name.static LiteralType[]
LiteralType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jpa.jpql with parameters of type LiteralTypeModifier and TypeMethodDescriptionprotected String
AbstractValidator.literal
(Expression expression, LiteralType type) Retrieves the "literal" from the givenExpression
.void
LiteralVisitor.setType
(LiteralType type) Changes the way this visitor should retrieve the literal value. -
Uses of LiteralType in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type LiteralTypeModifier and TypeMethodDescriptionJPQLQueryContext.literal
(Expression expression, LiteralType type) Retrieves the "literal" from the givenExpression
. -
Uses of LiteralType in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type LiteralTypeModifier and TypeMethodDescriptionprotected String
BasicStateObjectBuilder.literal
(Expression expression, LiteralType type) Retrieves the "literal" from the givenExpression
.