| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Method and Description |
|---|---|
JpaQueryMethod |
AbstractJpaQuery.getQueryMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends javax.persistence.Query> |
AbstractJpaQuery.applyHints(T query,
JpaQueryMethod method)
Applies the declared query hints to the given query.
|
| Constructor and Description |
|---|
AbstractJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new
AbstractJpaQuery from the given JpaQueryMethod. |
PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em,
PersistenceProvider persistenceProvider)
Creates a new
PartTreeJpaQuery. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.