Spring Data JPA

Uses of Class
org.springframework.data.jpa.repository.support.SimpleJpaRepository

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

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

Subclasses of SimpleJpaRepository in org.springframework.data.jpa.repository.support
 class QueryDslJpaRepository<T,ID extends Serializable>
          QueryDsl specific extension of SimpleJpaRepository which adds implementation for QueryDslPredicateExecutor.
 

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


Spring Data JPA

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.