Skip to content

DATAMONGO-1188 - Add suport for findAndModify in query derivation. #284

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

Closed
wants to merge 3 commits into from

Conversation

thomasdarimont
Copy link

We now support findAndModify operations on derived query methods.

Thomas Darimont added 3 commits March 20, 2015 17:18
We now support findAndModify operations on derived query methods.
We now also support findAndModify semantic for single entity query executions.
@thomasdarimont
Copy link
Author

We should also add a way to configure: FindAndModifyOptions options.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2021
@mp911de mp911de linked an issue Mar 1, 2021 that may be closed by this pull request
@mp911de mp911de added type: enhancement A general enhancement status: pending-design-work Needs design work before any code can be developed and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 15, 2021
@mp911de mp911de force-pushed the master branch 2 times, most recently from 7f55001 to 9d74734 Compare April 8, 2021 15:14
@gregturn gregturn changed the base branch from master to main April 16, 2021 17:23
christophstrobl pushed a commit that referenced this pull request Feb 16, 2022
We now support findAndModify operations on derived query methods.

Closes: #2107
Original Pull Request: #284
christophstrobl added a commit that referenced this pull request Feb 16, 2022
Switch update execution to an annotation based model that allows usage of both the classic update as well as the aggregation pipeline variant. Add the reactive variant of it.
Make sure to allow parameter binding for update expressions and verify method return types.
Update Javadoc and reference documentation.

See: #2107
Original Pull Request: #284
@christophstrobl
Copy link
Member

Thanks @thomasdarimont updated the PR and finally brought it to the main development line. It's been a pleasure working with you (again 😃 )!

christophstrobl pushed a commit that referenced this pull request Feb 17, 2022
We now support findAndModify operations on derived query methods.

Closes: #2107
Original Pull Request: #284
christophstrobl added a commit that referenced this pull request Feb 17, 2022
Switch update execution to an annotation based model that allows usage of both the classic update as well as the aggregation pipeline variant. Add the reactive variant of it.
Make sure to allow parameter binding for update expressions and verify method return types.
Update Javadoc and reference documentation.

See: #2107
Original Pull Request: #284
@mp911de mp911de deleted the issue/DATAMONGO-1188 branch February 28, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending-design-work Needs design work before any code can be developed type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add suport for findAndModify in query derivation. [DATAMONGO-1188]
4 participants