Class QuerydslJpaPredicateExecutor<T>

java.lang.Object
org.springframework.data.jpa.repository.support.QuerydslJpaPredicateExecutor<T>
All Implemented Interfaces:
JpaRepositoryConfigurationAware, QuerydslPredicateExecutor<T>

public class QuerydslJpaPredicateExecutor<T> extends Object implements QuerydslPredicateExecutor<T>, JpaRepositoryConfigurationAware
Querydsl specific fragment for extending SimpleJpaRepository with an implementation of QuerydslPredicateExecutor.
Author:
Oliver Gierke, Thomas Darimont, Mark Paluch, Jocelyn Ntakpe, Christoph Strobl, Jens Schauder, Greg Turnquist, Yanming Zhou