Skip to content
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

Add suport for findAndModify in query derivation. [DATAMONGO-1188] #2107

Closed
spring-projects-issues opened this issue Mar 20, 2015 · 1 comment
Assignees
Labels
in: repository Repositories abstraction type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Thomas Darimont opened DATAMONGO-1188 and commented

We should allow users to define findAndModify operations on MongoRepositories that support query derivation


Affects: 1.7 RC1 (Fowler)

Referenced from: pull request #284, and commits d845ef1, 946c6b3, 0b45ed0

@spring-projects-issues
Copy link
Author

Thomas Darimont commented

If we'd support findAndModify on the repository level users wouldn't have to build custom repositories for that

@spring-projects-issues spring-projects-issues added in: repository Repositories abstraction type: enhancement A general enhancement labels Dec 30, 2020
christophstrobl added a commit that referenced this issue 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 christophstrobl added this to the 3.4 M3 (2021.2.0) milestone Feb 16, 2022
christophstrobl pushed a commit that referenced this issue 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 issue 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: repository Repositories abstraction type: enhancement A general enhancement
Projects
None yet
2 participants