Uses of Class
org.springframework.graphql.data.query.ScrollSubrange
Packages that use ScrollSubrange
Package
Description
Resolvers for method parameters of annotated handler methods.
DataFetcher implementations built on Spring Data
 extensions such as Query by Example and Querydsl.- 
Uses of ScrollSubrange in org.springframework.graphql.data.method.annotation.support
Methods in org.springframework.graphql.data.method.annotation.support that return ScrollSubrangeModifier and TypeMethodDescriptionprotected ScrollSubrangeScrollSubrangeMethodArgumentResolver.createSubrange(@Nullable org.springframework.data.domain.ScrollPosition pos, @Nullable Integer count, boolean forward)  - 
Uses of ScrollSubrange in org.springframework.graphql.data.query
Methods in org.springframework.graphql.data.query that return ScrollSubrangeModifier and TypeMethodDescriptionstatic ScrollSubrangeScrollSubrange.create(@Nullable org.springframework.data.domain.ScrollPosition position, @Nullable Integer count, boolean forward) Create aScrollSubrangefrom the given inputs.Methods in org.springframework.graphql.data.query with parameters of type ScrollSubrangeModifier and TypeMethodDescriptionstatic RuntimeWiringConfigurerQueryByExampleDataFetcher.autoRegistrationConfigurer(List<org.springframework.data.repository.query.QueryByExampleExecutor<?>> executors, List<org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<?>> reactiveExecutors, @Nullable CursorStrategy<org.springframework.data.domain.ScrollPosition> cursorStrategy, @Nullable ScrollSubrange defaultScrollSubrange) Return aRuntimeWiringConfigurerthat installs aWiringFactoryto find queries with a return type whose name matches to the domain type name of the given repositories and registersDataFetchers for them.static RuntimeWiringConfigurerQuerydslDataFetcher.autoRegistrationConfigurer(List<org.springframework.data.querydsl.QuerydslPredicateExecutor<?>> executors, List<org.springframework.data.querydsl.ReactiveQuerydslPredicateExecutor<?>> reactiveExecutors, @Nullable CursorStrategy<org.springframework.data.domain.ScrollPosition> cursorStrategy, @Nullable ScrollSubrange defaultScrollSubrange) Return aRuntimeWiringConfigurerthat installs aWiringFactoryto find queries with a return type whose name matches to the domain type name of the given repositories and registersDataFetchers for them.QueryByExampleDataFetcher.Builder.defaultScrollSubrange(@Nullable ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange(@Nullable ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QuerydslDataFetcher.Builder.defaultScrollSubrange(@Nullable ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange(@Nullable ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version. 
QueryByExampleDataFetcher.Builder.defaultScrollSubrange(int, Function)