You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Data JPA introduces new type Limit that allows to do dynamical limiting. But i couldn't find any information about its usage and examples in the reference documentation:
The Limit parameter is documented in the Paging, Iterating Large Results, Sorting & Limiting section which is inherited from data-commons. Reading the two section reveals we should revisit and potentially unite them into one.
mp911de
changed the title
Spring Data JPA reference documentation misses information about Limit
Spring Data reference documentation misses information about LimitDec 15, 2023
Hi
Spring Data JPA introduces new type Limit that allows to do dynamical limiting. But i couldn't find any information about its usage and examples in the reference documentation:
https://docs.spring.io/spring-data/jpa/reference/repositories/query-methods-details.html
https://docs.spring.io/spring-data/jpa/reference/jpa/query-methods.html
The text was updated successfully, but these errors were encountered: