You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`WindowIterator` provides a specialized implementation that simplifies consumption of multiple `Window` instances by removing the need to check for the presence of a next `Window` and applying the `ScrollPosition`.
26
+
`WindowIterator` provides a utility to simplify scrolling across ``Window``s by removing the need to check for the presence of a next `Window` and applying the `ScrollPosition`.
<1> Start from the initial offset at position `0`.
60
60
====
61
61
62
62
[[repositories.scrolling.keyset]]
@@ -76,7 +76,7 @@ The database needs only constructing a much smaller result from the given keyset
76
76
77
77
[WARNING]
78
78
====
79
-
Keyset-Filtering requires properties used for sorting to be nonnullable.
79
+
Keyset-Filtering requires the keyset properties (those used for sorting) to be non-nullable.
80
80
This limitation applies due to the store specific `null` value handling of comparison operators as well as the need to run queries against an indexed source.
81
81
Keyset-Filtering on nullable properties will lead to unexpected results.
0 commit comments