Skip to content

Commit 4365ae4

Browse files
nathan.xugavinking
authored andcommitted
HHH-18588 revert back one wrong change
1 parent 2f59edb commit 4365ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Interacting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ if (!firstPage.isLastPage()) {
10641064
----
10651065

10661066
The "key" in key-based pagination refers to a unique key of the result set which determines a total order on the query results.
1067-
In this example, `Book_.isbn` is the key.
1067+
In this example, `Book.isbn` is the key.
10681068

10691069
Since this code is a little bit fiddly, key-based pagination works best with <<key-based-paging,generated query or finder methods>>.
10701070

0 commit comments

Comments
 (0)