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 QueryLookupStrategy JpaQueryLookupStrategy.create(javax.persistence.EntityManager em, 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, RepositoryMetadata metadata, QueryExtractor extractor)
          Creates a JpaQueryMethod.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.