Add query sort parameter for updateFirst method.#4888
Add query sort parameter for updateFirst method.#4888florianluediger wants to merge 1 commit intospring-projects:mainfrom
Conversation
|
Fixed. My bad, sorry. Thanks for looking into my PR btw. |
Closes spring-projects#4797 Signed-off-by: Florian Lüdiger <florian.luediger@googlemail.com>
|
@christophstrobl did you have time to look into my PR yet? |
|
@florianluediger it's on the list. might take some time though till I get to it. |
|
Thank you @florianluediger for your patience. I've slightly revised the PR to make sure |
Allow using sort parameter from the query for template replace as well as bulk update & replace operations. We now also mapped fields used in sort to the domain type considering field annotations. Also updated javadoc and reference documentation. Original Pull Request: #4888
|
Thank you @florianluediger for you contribution. Merged to main development line. |
Closes #4797