Uses of Class
org.springframework.data.domain.KeysetScrollPosition
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of KeysetScrollPosition in org.springframework.data.domain
Modifier and TypeMethodDescriptionstatic KeysetScrollPosition
KeysetScrollPosition.initial()
Creates a new initialKeysetScrollPosition
to start scrolling using keyset-queries.static KeysetScrollPosition
Creates a newKeysetScrollPosition
from a keyset.static KeysetScrollPosition
KeysetScrollPosition.of
(Map<String, ?> keys, KeysetScrollPosition.Direction direction) Creates a newKeysetScrollPosition
from a keyset andKeysetScrollPosition.Direction
.