Uses of Class
org.springframework.graphql.data.query.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
Modifier 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
.QueryByExampleDataFetcher.ReactiveBuilder.cursorStrategy
(CursorStrategy<org.springframework.data.domain.ScrollPosition> cursorStrategy) Configure strategy for decoding a cursor from a paginated request.QueryByExampleDataFetcher.ReactiveQueryByExampleBuilderCustomizer.customize
(QueryByExampleDataFetcher.ReactiveBuilder<T, ?> builder) Callback to customize aQueryByExampleDataFetcher.ReactiveBuilder
instance.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange
(int defaultCount, Function<Boolean, org.springframework.data.domain.ScrollPosition> defaultPosition) Configure a default scroll count to use, and function to return a defaultScrollPosition
for forward vs backward pagination.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange
(ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.Project results returned from theReactiveQueryByExampleExecutor
into the targetprojectionType
.QueryByExampleDataFetcher.ReactiveBuilder.sortBy
(org.springframework.data.domain.Sort sort) Apply aSort
order.Modifier and TypeMethodDescriptionQueryByExampleDataFetcher.ReactiveQueryByExampleBuilderCustomizer.customize
(QueryByExampleDataFetcher.ReactiveBuilder<T, ?> builder) Callback to customize aQueryByExampleDataFetcher.ReactiveBuilder
instance.
defaultScrollSubrange(int, Function)