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 theIdentifierRole
of the given JPQL identifier.static IdentifierRole
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 IdentifierRoleModifier and TypeMethodDescriptionprotected void
AbstractJPQLGrammar.registerIdentifierRole
(String identifier, IdentifierRole role) Registers theIdentifierRole
for the given JPQL identifier.void
ExpressionRegistry.registerIdentifierRole
(String identifier, IdentifierRole role) Registers theIdentifierRole
for 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 IdentifierRole
AbstractContentAssistVisitor.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)