Uses of Interface
org.springframework.data.querydsl.QuerydslPredicateExecutor
-
Uses of QuerydslPredicateExecutor in org.springframework.data.querydsl
ModifierConstructorDescriptionQuerydslRepositoryInvokerAdapter
(RepositoryInvoker delegate, QuerydslPredicateExecutor<Object> executor, com.querydsl.core.types.Predicate predicate) Creates a newQuerydslRepositoryInvokerAdapter
for the given delegateRepositoryInvoker
,QuerydslPredicateExecutor
and QuerydslPredicate
.