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