Uses of Class
org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
Packages that use QuerydslPredicateExecutorSupport
Package
Description
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
-
Uses of QuerydslPredicateExecutorSupport in org.springframework.data.couchbase.repository.support
Subclasses of QuerydslPredicateExecutorSupport in org.springframework.data.couchbase.repository.supportModifier and TypeClassDescriptionclass
Couchbase-specificQuerydslPredicateExecutor
that allows executionPredicate
s in various forms.