| Package | Description |
|---|---|
| org.springframework.data.jpa.repository.query |
Query implementation to exectue queries against JPA.
|
| Modifier and Type | Method and Description |
|---|---|
JpaQueryMethod |
AbstractJpaQuery.getQueryMethod() |
| Constructor and Description |
|---|
AbstractJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new
AbstractJpaQuery from the given JpaQueryMethod. |
AbstractStringBasedJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new
AbstractStringBasedJpaQuery. |
PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new
PartTreeJpaQuery. |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.