Uses of Class
org.springframework.graphql.data.query.QueryByExampleDataFetcher.ReactiveBuilder
Packages that use QueryByExampleDataFetcher.ReactiveBuilder
Package
Description
DataFetcher
implementations built on Spring Data
extensions such as Query by Example and Querydsl.-
Uses of QueryByExampleDataFetcher.ReactiveBuilder in org.springframework.graphql.data.query
Methods in org.springframework.graphql.data.query that return QueryByExampleDataFetcher.ReactiveBuilderModifier and TypeMethodDescriptionstatic <T> QueryByExampleDataFetcher.ReactiveBuilder<T,
T> QueryByExampleDataFetcher.builder
(org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T> executor) Create a newQueryByExampleDataFetcher.ReactiveBuilder
acceptingReactiveQueryByExampleExecutor
to build aDataFetcher
.Project results returned from theReactiveQueryByExampleExecutor
into the targetprojectionType
.QueryByExampleDataFetcher.ReactiveBuilder.sortBy
(org.springframework.data.domain.Sort sort) Apply aSort
order.