Method MongoCollection.findAndModify

Combines a modify and find operation to a single atomic operation.

Throws Exception if a DB communication error occured.

Prototypes

Bson findAndModify((T,U,V))(
  T query,
  U update,
  V returnFieldSelector
);

See_Also

findAndModify+Command">http://www.mongodb.org/display/DOCS/findAndModify+Command

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.