Skip to content

Commit c438348

Browse files
committed
Polishing.
Reformat documentation. See #3546
1 parent adf182e commit c438348

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
@@ -303,7 +303,6 @@ public interface UserRepository extends JpaRepository<User, Long> {
303303
Page<User> findByLastname(String lastname, Pageable pageable);
304304
}
305305
----
306-
307306
====
308307

309308
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)