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. 
 

Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.query
AbstractJpaQuery
          Abstract base class to implement RepositoryQuerys.
AbstractStringBasedJpaQuery
          Base class for String based JPA queries.
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.
PartTreeJpaQuery
          A AbstractJpaQuery implementation based on a PartTree.
QueryExtractor
          Interface to hide different implementations to extract the original JPA query string from a Query.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.