HI!
I hava a question:
Does MongoTemplate support findAndModify?
Is there any way to do an operation in Spring Data for MongoDB that is equal to this operation below in MongoDB Java Driver?
Thanks in advance!Code:myColl.findAndModify(query, null, null, false, update, true, true);


Reply With Quote
