We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceae0dd commit ba9d043Copy full SHA for ba9d043
src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc
@@ -533,7 +533,7 @@ The following example shows how to limit the query size:
533
.Limiting the result size of a query with `Top` and `First`
534
[source,java]
535
----
536
-List<User> findByLastname(Limit limit);
+List<User> findByLastname(String lastname, Limit limit);
537
538
User findFirstByOrderByLastnameAsc();
539
0 commit comments