Uses of Class
org.eclipse.persistence.jpa.jpql.LiteralType
-
Packages that use LiteralType Package Description org.eclipse.persistence.jpa.jpql 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. -
-
Uses of LiteralType in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as LiteralType Modifier and Type Field Description protected LiteralTypeLiteralVisitor. typeTheLiteralTypehelps to determine when traversing anExpressionwhat to retrieve.Methods in org.eclipse.persistence.jpa.jpql that return LiteralType Modifier and Type Method Description LiteralTypeLiteralVisitor. getType()Returns the way this visitor retrieves the literal value.static LiteralTypeLiteralType. valueOf(String name)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 LiteralType Modifier and Type Method Description protected StringAbstractValidator. literal(Expression expression, LiteralType type)Retrieves the "literal" from the givenExpression.voidLiteralVisitor. setType(LiteralType type)Changes the way this visitor should retrieve the literal value.
-