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 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 CrudRepository interface.
 

Methods in org.springframework.data.jpa.repository.support that return JpaRepository
protected
<T,ID extends Serializable>
JpaRepository<?,?>
JpaRepositoryFactory.getTargetRepository(RepositoryMetadata metadata, javax.persistence.EntityManager entityManager)
          Callback to create a JpaRepository instance with the given EntityManager
 


Spring Data Jpa

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