| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools | |
| 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 | Class and Description |
|---|---|
protected static class |
BasicRefactoringTool.JavaQuery
A simple implementation of
IQuery. |
| Modifier and Type | Method and Description |
|---|---|
IQuery |
JPQLQueryContext.getQuery()
Returns the external form of the JPQL query.
|
IQuery |
AbstractJPQLQueryHelper.getQuery()
Returns the external form representing a named query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPQLQueryContext.setQuery(IQuery query)
Sets the external form of the JPQL query, which will be parsed and information will be
extracted for later access.
|
void |
AbstractJPQLQueryHelper.setQuery(IQuery query)
Sets the external form of the JPQL query, which will be parsed and information will be
extracted for later access.
|
| Modifier and Type | Method and Description |
|---|---|
IQuery |
Resolver.getQuery()
Returns the external form representing the JPQL query.
|
IQuery |
DeclarationResolver.getQuery()
Returns the external form representing the JPQL query.
|
| Modifier and Type | Method and Description |
|---|---|
IQuery |
IEntity.getNamedQuery(String queryName)
Returns the external form of the given named query;
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.