We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Christoph Strobl opened DATACMNS-1473 and commented
Introduce a new aggregate for limit, offset & sort on top of pageable so we can define
Flux<Person> findAllBy(FetchRequest fetchRequest); findByFirstname(FetchRequest.skip(100).limit(10).sort(Order.by("age")) // ...
No further details from DATACMNS-1473
The text was updated successfully, but these errors were encountered:
superseded by #2827
Sorry, something went wrong.
christophstrobl
No branches or pull requests
Christoph Strobl opened DATACMNS-1473 and commented
Introduce a new aggregate for limit, offset & sort on top of pageable so we can define
No further details from DATACMNS-1473
The text was updated successfully, but these errors were encountered: