Package org.springframework.data.querydsl
@NonNullApi
package org.springframework.data.querydsl
Querydsl integration support classes.
- See Also:
-
ClassDescriptionStrategy interface to abstract the ways to translate an plain domain class into a
EntityPath
.Interface to allow execution of QueryDslPredicate
instances.Basic Java Bean implementation ofPageable
with support for QueryDSL.Sort option for queries that wraps a QuerydslOrderSpecifier
.Interface to allow execution of QueryDslPredicate
instances.RepositoryInvoker
that is aware of aQuerydslPredicateExecutor
andPredicate
to be executed for all flavors offindAll(…)
.Utility class for Querydsl.Interface to issue queries using QuerydslPredicate
instances.Simple implementation ofEntityPathResolver
to lookup a query class by reflection and using the static field of the same type.