Uses of Interface
org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery
Package
Description
Querydsl integration support classes.
Support classes to work with query methods.
-
Uses of FluentQuery.FetchableFluentQuery in org.springframework.data.querydsl
Modifier 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
Modifier and TypeMethodDescriptiondefault FluentQuery.FetchableFluentQuery<T>
FluentQuery.FetchableFluentQuery.project
(Collection<String> properties) Modifier 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.