| 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.
|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Method and Description |
|---|---|
IdentifierRole |
ExpressionRegistry.getIdentifierRole(String identifier)
Retrieves the
IdentifierRole of the given JPQL identifier. |
static IdentifierRole |
IdentifierRole.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionRegistry.registerIdentifierRole(String identifier,
IdentifierRole role)
Registers the
IdentifierRole for the given JPQL identifier. |
protected void |
AbstractJPQLGrammar.registerIdentifierRole(String identifier,
IdentifierRole role)
Registers the
IdentifierRole for the given JPQL identifier. |
| Modifier and Type | Method and Description |
|---|---|
IdentifierRole |
DefaultContentAssistProposals.getIdentifierRole(String identifier)
Returns the role of the given JPQL identifier.
|
IdentifierRole |
ContentAssistProposals.getIdentifierRole(String identifier)
Returns the role of the given JPQL identifier.
|
protected IdentifierRole |
AbstractContentAssistVisitor.getIdentifierRole(String identifier)
Retrieves the role of the given identifier.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.