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.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.