インターフェースの使用
org.springframework.data.domain.ScrollPosition
ScrollPosition を使用するパッケージ
org.springframework.data.domain 内の ScrollPosition 使用
ScrollPosition を実装している org.springframework.data.domain のクラス修飾子と型クラス説明final class最後に確認されたキーセットに基づくScrollPosition。final classクエリ結果内のオフセットに基づくScrollPosition。修飾子と型メソッド説明Window.positionAt(int index) indexでScrollPositionを返します。default ScrollPositionWindow.positionAt(T object) objectのScrollPositionを返します。型 ScrollPosition の型引数を持つ org.springframework.data.domain のメソッドパラメーター修飾子と型メソッド説明static <T> Window<T>Window.from(ListSE<T> items, IntFunctionSE<? extends ScrollPosition> positionFunction) Windowを作成します。static <T> Window<T>Window.from(ListSE<T> items, IntFunctionSE<? extends ScrollPosition> positionFunction, boolean hasNext) Windowを作成します。org.springframework.data.repository.query 内の ScrollPosition 使用
修飾子と型メソッド説明ParameterAccessor.getScrollPosition()使用可能な場合、パラメーターのScrollPositionを返します。ParametersParameterAccessor.getScrollPosition()型 ScrollPosition のパラメーターを持つ org.springframework.data.repository.query のメソッド修飾子と型メソッド説明FluentQuery.FetchableFluentQuery.scroll(ScrollPosition scrollPosition) 一致するすべての要素をWindowとして取得して、結果のスクロールを開始するか、scrollPositionでスクロールを再開します。FluentQuery.ReactiveFluentQuery.scroll(ScrollPosition scrollPosition) 一致するすべての要素をWindowとして取得して、結果のスクロールを開始するか、scrollPositionでスクロールを再開します。org.springframework.data.support 内の ScrollPosition 使用
型 ScrollPosition のパラメーターを持つ org.springframework.data.support のメソッド修飾子と型メソッド説明WindowIterator.WindowIteratorBuilder.startingAt(ScrollPosition position) ScrollPositionを指定してWindowIteratorを作成します。型 ScrollPosition の型引数を持つ org.springframework.data.support のメソッドパラメーター修飾子と型メソッド説明static <T> WindowIterator.WindowIteratorBuilder<T>WindowIterator.of(FunctionSE<ScrollPosition, Window<T>> windowFunction) 指定された windowFunction の新しいWindowIteratorを作成するためのエントリポイント。