Spring Data Jpa

Uses of Interface
org.springframework.data.jpa.repository.JpaSpecificationExecutor

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

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

Classes in org.springframework.data.jpa.repository.support that implement JpaSpecificationExecutor
 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 Repository interface.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.