Uses of Class
org.eclipse.persistence.jpa.jpql.WordParser.WordType
-
Packages that use WordParser.WordType 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 WordParser.WordType in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return WordParser.WordType Modifier and Type Method Description WordParser.WordTypeWordParser. getWordType()Returns what the type of wordWordParser.word()returns.static WordParser.WordTypeWordParser.WordType. valueOf(String name)Returns the enum constant of this type with the specified name.static WordParser.WordType[]WordParser.WordType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-