Package org.springframework.data.domain
Interface ScrollPosition
- All Known Implementing Classes:
KeysetScrollPosition
,OffsetScrollPosition
public interface ScrollPosition
Interface to specify a position within a total query result. Scroll positions are used to start scrolling from the
beginning of a query result or to resume scrolling from a given position within the query result.
- Since:
- 3.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the current scroll position is the initial one.
-
Method Details
-
isInitial
boolean isInitial()Returns whether the current scroll position is the initial one.- Returns:
-