Class ScrollDelegate<T>
java.lang.Object
org.springframework.data.jpa.repository.query.ScrollDelegate<T>
Delegate to run
scroll queries
and create result Window
.- Since:
- 3.1
- Author:
- Mark Paluch, Yanming Zhou
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ScrollDelegate
-
-
Method Details
-
scroll
public org.springframework.data.domain.Window<T> scroll(jakarta.persistence.Query query, org.springframework.data.domain.Sort sort, org.springframework.data.domain.ScrollPosition scrollPosition) Run theQuery
and return a scrollWindow
.- Parameters:
query
- must not be null.sort
- must not be null.scrollPosition
- must not be null.- Returns:
- the scroll
Window
.
-