From 4365ae4929f0eaa85c307d9d923eeda0b21f8eb9 Mon Sep 17 00:00:00 2001 From: "nathan.xu" Date: Fri, 4 Oct 2024 20:11:26 -0400 Subject: [PATCH] HHH-18588 revert back one wrong change --- documentation/src/main/asciidoc/introduction/Interacting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/introduction/Interacting.adoc b/documentation/src/main/asciidoc/introduction/Interacting.adoc index 2252626228..33eacbdddd 100644 --- a/documentation/src/main/asciidoc/introduction/Interacting.adoc +++ b/documentation/src/main/asciidoc/introduction/Interacting.adoc @@ -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. -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 <>.