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 ScrollSubrange
ScrollSubrangeMethodArgumentResolver.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 ScrollSubrange
ScrollSubrange.create
(@Nullable org.springframework.data.domain.ScrollPosition position, @Nullable Integer count, boolean forward) Create aScrollSubrange
from the given inputs.Methods in org.springframework.graphql.data.query with parameters of type ScrollSubrangeModifier and TypeMethodDescriptionstatic RuntimeWiringConfigurer
QueryByExampleDataFetcher.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 aRuntimeWiringConfigurer
that installs aWiringFactory
to find queries with a return type whose name matches to the domain type name of the given repositories and registersDataFetcher
s for them.static RuntimeWiringConfigurer
QuerydslDataFetcher.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 aRuntimeWiringConfigurer
that installs aWiringFactory
to find queries with a return type whose name matches to the domain type name of the given repositories and registersDataFetcher
s 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)