|
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()
|
| Methods in org.springframework.data.jpa.repository.query with parameters of type JpaQueryMethod | ||
|---|---|---|
protected
|
AbstractJpaQuery.applyHints(T query,
JpaQueryMethod method)
Applies the declared query hints to the given query. |
|
| 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. |
|
PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new PartTreeJpaQuery. |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||