We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The sortBy method in FetchableFluentQueryByPredicate and FetachableFluentQueryByExample calls sort.and(sort) rather than this.sort.and(sort).
This causes the sort to be duplicated and any previous sort to be lost.
The text was updated successfully, but these errors were encountered:
spring-projectsGH-2438 - Prepare branch
f5b1380
Correcting sort object reference in FetchableFluentQueryByExample.sor…
bb76f07
…tBy and FetchableFluentQueryByPredicate.sortBy Closes spring-projects#2438
e3beadd
Polishing.
4424414
See #2438 Original pull request #2439
4ed32e8
…tBy and FetchableFluentQueryByPredicate.sortBy Closes #2438 Original pull request #2439
b85a0a4
02937e2
5a4ca13
schauder
Successfully merging a pull request may close this issue.
The sortBy method in FetchableFluentQueryByPredicate and FetachableFluentQueryByExample calls sort.and(sort) rather than this.sort.and(sort).
This causes the sort to be duplicated and any previous sort to be lost.
The text was updated successfully, but these errors were encountered: