Spring Data Jpa

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

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

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

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