Class ScrollDelegate
java.lang.Object
org.springframework.data.jdbc.repository.support.ScrollDelegate
Delegate to run
scroll queries and create result Window.- Since:
- 3.1.4
- Author:
- Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScrollDelegate
public ScrollDelegate()
-
-
Method Details
-
scroll
-
getFirst
Return the firstcountitems from the list.- Type Parameters:
T- the element type of the lists.- Parameters:
count- the number of first elements to be included in the returned list.list- must not be null- Returns:
- the returned sublist if the
listis greatercount.
-