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.ReactiveBuilderacceptingReactiveQueryByExampleExecutorto build aDataFetcher.Project results returned from theReactiveQueryByExampleExecutorinto the targetprojectionType.QueryByExampleDataFetcher.ReactiveBuilder.sortBy(org.springframework.data.domain.Sort sort) Apply aSortorder.