Skip to content

Commit 422135b

Browse files
committed
Polishing.
Reformat documentation. See #3546
1 parent c1b287f commit 422135b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public interface UserRepository extends JpaRepository<User, Long> {
302302
Page<User> findByLastname(String lastname, Pageable pageable);
303303
}
304304
----
305-
306305
====
307306

308307
A similar approach also works with named native queries, by adding the `.count` suffix to a copy of your query. You probably need to register a result set mapping for your count query, though.

0 commit comments

Comments
 (0)