Uses of Interface
org.springframework.data.repository.query.FluentQuery.ReactiveFluentQuery
Package
Description
Querydsl integration support classes.
Support classes to work with query methods.
-
Uses of FluentQuery.ReactiveFluentQuery in org.springframework.data.querydsl
Modifier and TypeMethodDescription<S extends T,
R, P extends org.reactivestreams.Publisher<R>>
PReactiveQuerydslPredicateExecutor.findBy
(com.querydsl.core.types.Predicate predicate, Function<FluentQuery.ReactiveFluentQuery<S>, P> queryFunction) Returns entities matching the givenPredicate
applying thequeryFunction
that defines the query and its result type. -
Uses of FluentQuery.ReactiveFluentQuery in org.springframework.data.repository.query
Modifier and TypeMethodDescriptiondefault FluentQuery.ReactiveFluentQuery<T>
FluentQuery.ReactiveFluentQuery.project
(Collection<String> properties) Modifier and TypeMethodDescription<S extends T,
R, P extends org.reactivestreams.Publisher<R>>
PReactiveQueryByExampleExecutor.findBy
(Example<S> example, Function<FluentQuery.ReactiveFluentQuery<S>, P> queryFunction) Returns entities matching the givenExample
applying thequeryFunction
that defines the query and its result type.