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 key set. Keyset scrolling must be associated with a well-defined sort to be able to extract the key set when resuming scrolling within the sorted result set.
Since:
3.1
Author:
Mark Paluch, Oliver Drotbohm