Uses of Interface
org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Packages that use FluentQuery.FetchableFluentQuery
Package
Description
Querydsl integration support classes.
Support classes to work with query methods.
-
Uses of FluentQuery.FetchableFluentQuery in org.springframework.data.querydsl
Method parameters in org.springframework.data.querydsl with type arguments of type FluentQuery.FetchableFluentQueryModifier and TypeMethodDescription<S extends T,
R>
RQuerydslPredicateExecutor.findBy
(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Returns entities matching the givenPredicate
applying thequeryFunction
that defines the query and its result type. -
Uses of FluentQuery.FetchableFluentQuery in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return FluentQuery.FetchableFluentQueryModifier and TypeMethodDescriptiondefault FluentQuery.FetchableFluentQuery<T>
FluentQuery.FetchableFluentQuery.limit
(int limit) default FluentQuery.FetchableFluentQuery<T>
FluentQuery.FetchableFluentQuery.project
(Collection<String> properties) Method parameters in org.springframework.data.repository.query with type arguments of type FluentQuery.FetchableFluentQueryModifier and TypeMethodDescription<S extends T,
R>
RQueryByExampleExecutor.findBy
(Example<S> example, Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Returns entities matching the givenExample
applying thequeryFunction
that defines the query and its result type.