Uses of Class
org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
-
Packages that use IdentifierRole Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of IdentifierRole in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return IdentifierRole Modifier and Type Method Description IdentifierRoleExpressionRegistry. getIdentifierRole(String identifier)Retrieves theIdentifierRoleof the given JPQL identifier.static IdentifierRoleIdentifierRole. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierRole[]IdentifierRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type IdentifierRole Modifier and Type Method Description protected voidAbstractJPQLGrammar. registerIdentifierRole(String identifier, IdentifierRole role)Registers theIdentifierRolefor the given JPQL identifier.voidExpressionRegistry. registerIdentifierRole(String identifier, IdentifierRole role)Registers theIdentifierRolefor the given JPQL identifier.
-