-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 replaceOne operation #4462
Comments
Thank you @jakubwladyslaw for getting in touch. Before we add another method (plus overloads) to |
Save works well when i have id, but in my case id could change. |
Thanks @jakubwladyslaw - fair enough, we'll take if from here. |
Consistently use Document instead of record. Reformat code. Tweak documentation wording. See: #4462
Spring Data mongoDB doesn't support replaceOne, but mongoDB driver support it.
https://www.mongodb.com/docs/manual/reference/method/db.collection.replaceOne/
The text was updated successfully, but these errors were encountered: