Uses of Class
org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Packages that use JPQLQueryDeclaration.Type 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 JPQLQueryDeclaration.Type in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return JPQLQueryDeclaration.Type Modifier and Type Method Description JPQLQueryDeclaration.TypeJPQLQueryDeclaration. getType()Determines the type this declaration represents.static JPQLQueryDeclaration.TypeJPQLQueryDeclaration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JPQLQueryDeclaration.Type[]JPQLQueryDeclaration.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-