| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql |
This package contains the Hermes features (except the parser itself): semantic and grammatical
validations, content assist support, calculating the query result type or the possible type of
an input parameter, refactoring tools.
|
| org.eclipse.persistence.jpa.jpql.tools.resolver |
| Modifier and Type | Method and Description |
|---|---|
JPQLQueryDeclaration.Type |
JPQLQueryDeclaration.getType()
Determines the type this declaration represents.
|
static JPQLQueryDeclaration.Type |
JPQLQueryDeclaration.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPQLQueryDeclaration.Type[] |
JPQLQueryDeclaration.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JPQLQueryDeclaration.Type |
UnknownDeclaration.getType()
Determines the type this declaration represents.
|
JPQLQueryDeclaration.Type |
TableDeclaration.getType()
Determines the type this declaration represents.
|
JPQLQueryDeclaration.Type |
SubqueryDeclaration.getType()
Determines the type this declaration represents.
|
JPQLQueryDeclaration.Type |
RangeDeclaration.getType()
Determines the type this declaration represents.
|
JPQLQueryDeclaration.Type |
DerivedDeclaration.getType()
Determines the type this declaration represents.
|
JPQLQueryDeclaration.Type |
CollectionDeclaration.getType()
Determines the type this declaration represents.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.