Class ScrollDelegate<T>

java.lang.Object
org.springframework.data.jpa.repository.query.ScrollDelegate<T>

public class ScrollDelegate<T> extends Object
Delegate to run scroll queries and create result Window.
Since:
3.1
Author:
Mark Paluch, Yanming Zhou
  • Constructor Details

  • Method Details

    • scroll

      public Window<T> scroll(jakarta.persistence.Query query, Sort sort, ScrollPosition scrollPosition)
      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.