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
Copy file name to clipboardExpand all lines: src/main/asciidoc/repositories-scrolling.adoc
+3
Original file line number
Diff line number
Diff line change
@@ -101,3 +101,6 @@ Scroll queries applying Keyset-Filtering require to the properties used in the s
101
101
102
102
You can use interface and DTO projections, however make sure to include all properties that you've sorted by to avoid keyset extraction failures.
103
103
104
+
When specifying your `Sort` order, it is sufficient to include sort properties relevant to your query;
105
+
You do not need to ensure unique query results if you do not want to.
106
+
The keyset query mechanism amends your sort order by including the primary key (or any remainder of composite primary keys) to ensure each query result is unique.
0 commit comments