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. 
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

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.
 

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

Classes in org.springframework.data.jpa.repository.support that implement QueryExtractor
 class PersistenceProvider
          Enumeration representing peristence providers to be used.
 


Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.