-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Sorting of Pageable.unpaged(sort) is ignored by JPA Repository #3476
Comments
I think it's reasonable, It's better to submit a PR instead. |
Ok, I will try to work on PR |
yoa1226
added a commit
to yoa1226/spring-data-jpa
that referenced
this issue
Jun 18, 2024
Resolves: spring-projects#3476 Original pull request: spring-projects#3514
yoa1226
added a commit
to yoa1226/spring-data-jpa
that referenced
this issue
Jun 18, 2024
Resolves: spring-projects#3476 Original pull request: spring-projects#3514
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have case when i need unpaged result with sort order. So to implement this i just used Pageable.unpaged method that allows to pass Sort parameter and I am expacting that jpa repository will return unpaged but sorted result. But it is not working cause jpa repostiory ignores sorting for unpaged request:
Is it possible to change behavior to this:
The text was updated successfully, but these errors were encountered: