java.lang.Object
org.springframework.data.jpa.repository.query.ScrollDelegate<T>
public class ScrollDelegate<T>
extends Object
- Since:
- 3.1
- Author:
- Mark Paluch, Yanming Zhou
-
Constructor Summary
Constructors
-
Method Summary
Run the
Query
and return a scroll
Window
.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
scroll
Run the
Query
and return a scroll
Window
.
- Parameters:
query
- must not be null.
sort
- must not be null.
scrollPosition
- must not be null.
- Returns:
- the scroll
Window
.