Class KeysetScrollPosition

java.lang.Object
org.springframework.data.domain.KeysetScrollPosition
All Implemented Interfaces:
ScrollPosition

public final class KeysetScrollPosition extends Object implements ScrollPosition
A ScrollPosition based on the last seen keyset. Keyset scrolling must be associated with a well-defined sort to be able to extract the keyset when resuming scrolling within the sorted result set.
Since:
3.1
Author:
Mark Paluch