| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools | |
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| org.eclipse.persistence.jpa.jpql.tools.resolver | |
| org.eclipse.persistence.jpa.jpql.tools.spi |
The Hermes SPI defines how the parser and its related features can retrieve information about
the JPA managed types from the application.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeRepository |
TypeHelper.getTypeRepository()
Returns the
ITypeRepository used by this helper |
ITypeRepository |
JPQLQueryContext.getTypeRepository()
Returns the type repository for the application.
|
ITypeRepository |
AbstractJPQLQueryHelper.getTypeRepository()
Returns the repository that gives access to the application's types.
|
| Constructor and Description |
|---|
TypeHelper(ITypeRepository typeRepository)
Creates a new
TypeHelper. |
| Modifier and Type | Method and Description |
|---|---|
ITypeRepository |
AbstractStateObject.getTypeRepository()
Returns the type repository for the application.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeRepository |
Resolver.getTypeRepository()
Returns the type repository for the application.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeRepository |
IManagedTypeProvider.getTypeRepository()
Returns the type repository for the application.
|
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.