Spring Data Jpa

Uses of Interface
org.springframework.data.jpa.repository.query.QueryExtractor

Packages that use QueryExtractor
org.springframework.data.jpa.repository.query Query implementation to exectue queries against JPA. 
 

Uses of QueryExtractor in org.springframework.data.jpa.repository.query
 

Methods in org.springframework.data.jpa.repository.query with parameters of type QueryExtractor
static org.springframework.data.repository.query.QueryLookupStrategy JpaQueryLookupStrategy.create(javax.persistence.EntityManager em, org.springframework.data.repository.query.QueryLookupStrategy.Key key, QueryExtractor extractor)
          Creates a QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key.
 

Constructors in org.springframework.data.jpa.repository.query with parameters of type QueryExtractor
JpaQueryMethod(Method method, QueryExtractor extractor)
          Creates a JpaQueryMethod.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.