Uses of Class
org.springframework.graphql.data.query.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
Modifier and TypeMethodDescriptionprotected ScrollSubrange
ScrollSubrangeMethodArgumentResolver.createSubrange
(org.springframework.data.domain.ScrollPosition pos, Integer count, boolean forward) -
Uses of ScrollSubrange in org.springframework.graphql.data.query
Modifier and TypeMethodDescriptionstatic ScrollSubrange
ScrollSubrange.create
(org.springframework.data.domain.ScrollPosition position, Integer count, boolean forward) Create aScrollSubrange
from the given inputs.Modifier and TypeMethodDescriptionstatic RuntimeWiringConfigurer
QueryByExampleDataFetcher.autoRegistrationConfigurer
(List<org.springframework.data.repository.query.QueryByExampleExecutor<?>> executors, List<org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<?>> reactiveExecutors, CursorStrategy<org.springframework.data.domain.ScrollPosition> cursorStrategy, 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, CursorStrategy<org.springframework.data.domain.ScrollPosition> cursorStrategy, 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
(ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QueryByExampleDataFetcher.ReactiveBuilder.defaultScrollSubrange
(ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QuerydslDataFetcher.Builder.defaultScrollSubrange
(ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.QuerydslDataFetcher.ReactiveBuilder.defaultScrollSubrange
(ScrollSubrange defaultSubrange) Deprecated, for removal: This API element is subject to removal in a future version.
QueryByExampleDataFetcher.Builder.defaultScrollSubrange(int, Function)