Spring Data Jpa

Uses of Interface
org.springframework.data.jpa.repository.JpaRepository

Packages that use JpaRepository
org.springframework.data.jpa.repository.support JPA repository implementations. 
 

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

Classes in org.springframework.data.jpa.repository.support with type parameters of type JpaRepository
 class JpaRepositoryFactoryBean<T extends JpaRepository<S,ID>,S,ID extends Serializable>
          Special adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
 

Classes in org.springframework.data.jpa.repository.support that implement JpaRepository
 class QueryDslJpaRepository<T,ID extends Serializable>
          QueryDsl specific extension of SimpleJpaRepository which adds implementation for QueryDslPredicateExecutor.
 class SimpleJpaRepository<T,ID extends Serializable>
          Default implementation of the Repository interface.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.