Spring Data Jpa

Uses of Class
org.springframework.data.jpa.repository.query.JpaQueryMethod

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
 

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

Copyright © 2011-2012 SpringSource. All Rights Reserved.