Spring Data Jpa

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

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

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

Subclasses of JpaRepositorySupport in org.springframework.data.jpa.repository.support
 class SimpleJpaRepository<T,ID extends Serializable>
          Default implementation of the Repository interface.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.