gembler
Jul 21st, 2011, 04:45 AM
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?
myColl.findAndModify(query, null, null, false, update, true, true);
Thanks in advance!
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?
myColl.findAndModify(query, null, null, false, update, true, true);
Thanks in advance!