Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.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
Modifier 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.Modifier 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
Modifier 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)