HHH-18588 revert back one wrong change

This commit is contained in:
nathan.xu 2024-10-04 20:11:26 -04:00 committed by Gavin King
parent 2f59edbffc
commit 4365ae4929
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ if (!firstPage.isLastPage()) {
---- ----
The "key" in key-based pagination refers to a unique key of the result set which determines a total order on the query results. The "key" in key-based pagination refers to a unique key of the result set which determines a total order on the query results.
In this example, `Book_.isbn` is the key. In this example, `Book.isbn` is the key.
Since this code is a little bit fiddly, key-based pagination works best with <<key-based-paging,generated query or finder methods>>. Since this code is a little bit fiddly, key-based pagination works best with <<key-based-paging,generated query or finder methods>>.