Class QuerydslRepositoryInvokerAdapter

java.lang.Object
org.springframework.data.querydsl.QuerydslRepositoryInvokerAdapter
All Implemented Interfaces:
RepositoryInvocationInformation, RepositoryInvoker

public class QuerydslRepositoryInvokerAdapter extends Object implements RepositoryInvoker
RepositoryInvoker that is aware of a QuerydslPredicateExecutor and Predicate to be executed for all flavors of findAll(…). All other calls are forwarded to the configured delegate.
Author:
Oliver Gierke