|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaQueryMethod | |
|---|---|
| org.springframework.data.jpa.repository.query | Query implementation to exectue queries against JPA. |
| Uses of JpaQueryMethod in org.springframework.data.jpa.repository.query |
|---|
| Methods in org.springframework.data.jpa.repository.query that return JpaQueryMethod | |
|---|---|
JpaQueryMethod |
AbstractJpaQuery.getQueryMethod()
|
| Constructors in org.springframework.data.jpa.repository.query with parameters of type JpaQueryMethod | |
|---|---|
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. |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||