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<?,?>>
          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 JpaRepositorySupport<T,ID extends Serializable>
          Base class to implement JPA CRUD repository implementations.
 class SimpleJpaRepository<T,ID extends Serializable>
          Default implementation of the Repository interface.
 

Methods in org.springframework.data.jpa.repository.support with type parameters of type JpaRepository
static
<S extends JpaRepository<?,?>>
JpaRepositoryFactoryBean<S>
JpaRepositoryFactoryBean.create(Class<S> repositoryInterface, javax.persistence.EntityManager em)
           
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.