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
Simple classes emulating a "page" of results, e.g. from a search, and a sort criteria (direction, property, case-sensitivity).
Question for Beran: Why do we have these classes when Spring Data already has all the Page, Pageable, etc. stuff?
Page
Pageable
The text was updated successfully, but these errors were encountered:
Add KiwiPage and KiwiSort
49d6ecf
Fixes #409
Add KiwiPage and KiwiSort (#439)
6dec045
sleberknight
Successfully merging a pull request may close this issue.
Simple classes emulating a "page" of results, e.g. from a search, and a sort criteria (direction, property, case-sensitivity).
Question for Beran: Why do we have these classes when Spring Data already has all the
Page
,Pageable
, etc. stuff?The text was updated successfully, but these errors were encountered: