Uses of Interface
org.springframework.data.querydsl.QuerydslPredicateExecutor
Packages that use QuerydslPredicateExecutor
-
Uses of QuerydslPredicateExecutor in org.springframework.data.querydsl
Subinterfaces of QuerydslPredicateExecutor in org.springframework.data.querydslModifier and TypeInterfaceDescriptioninterface
Interface to allow execution of QueryDslPredicate
instances.Constructors in org.springframework.data.querydsl with parameters of type QuerydslPredicateExecutorModifierConstructorDescriptionQuerydslRepositoryInvokerAdapter
(RepositoryInvoker delegate, QuerydslPredicateExecutor<Object> executor, com.querydsl.core.types.Predicate predicate) Creates a newQuerydslRepositoryInvokerAdapter
for the given delegateRepositoryInvoker
,QuerydslPredicateExecutor
and QuerydslPredicate
.