Spring Data Jpa

Uses of Package
org.springframework.data.jpa.repository.query

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

Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.query
AbstractJpaQuery
          Abstract base class to implement RepositoryQuerys.
JpaQueryCreator
          Query creator to create a CriteriaQuery from a PartTree.
JpaQueryExecution
          Set of classes to contain query execution strategies.
JpaQueryMethod
          JPA specific extension of QueryMethod.
ParameterBinder
          ParameterBinder is used to bind method parameters to a Query.
QueryExtractor
          Interface to hide different implementations to extract the original JPA query string from a Query.
 

Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.support
QueryExtractor
          Interface to hide different implementations to extract the original JPA query string from a Query.
 


Spring Data Jpa

Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.