@ -11,7 +11,7 @@ Similar to consuming a Java `Iterator<List<…>>` by obtaining the next batch of
@@ -11,7 +11,7 @@ Similar to consuming a Java `Iterator<List<…>>` by obtaining the next batch of
@ -11,7 +11,7 @@ Similar to consuming a Java `Iterator<List<…>>` by obtaining the next batch of
@@ -11,7 +11,7 @@ Similar to consuming a Java `Iterator<List<…>>` by obtaining the next batch of
@ -43,7 +43,7 @@ Offset scrolling uses similar to pagination, an Offset counter to skip a number
@@ -43,7 +43,7 @@ Offset scrolling uses similar to pagination, an Offset counter to skip a number
This simple mechanism avoids large results being sent to the client application.
However, most databases require materializing the full query result before your server can return the results.
.Using `OffsetScrollPosition` with Repository Query Methods
.Using Offset `ScrollPosition` with Repository Query Methods