Package io.micronaut.data.annotation
Annotation Interface First
The annotation indicates that how many results should be fetched by the repository method.
- Since:
- 5.0
- Author:
- Denis Stepanov
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintThe limit on the number of results returned by the repository method.
-
Element Details
-
value
int valueThe limit on the number of results returned by the repository method. Must be strictly positive.- Default:
1
-