Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Packages that use IdentifierRole
Package
Description
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 IdentifierRoleModifier and TypeMethodDescriptionExpressionRegistry.getIdentifierRole(String identifier) Retrieves theIdentifierRoleof the given JPQL identifier.static IdentifierRoleReturns 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 IdentifierRoleModifier and TypeMethodDescriptionprotected voidAbstractJPQLGrammar.registerIdentifierRole(String identifier, IdentifierRole role) Registers theIdentifierRolefor the given JPQL identifier.voidExpressionRegistry.registerIdentifierRole(String identifier, IdentifierRole role) Registers theIdentifierRolefor the given JPQL identifier. -
Uses of IdentifierRole in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return IdentifierRoleModifier and TypeMethodDescriptionprotected IdentifierRoleAbstractContentAssistVisitor.getIdentifierRole(String identifier) Retrieves the role of the given identifier.ContentAssistProposals.getIdentifierRole(String identifier) Returns the role of the given JPQL identifier.DefaultContentAssistProposals.getIdentifierRole(String identifier)