Results 1 to 3 of 3

Thread: MONGODB - findAndModify

  1. #1
    Join Date
    Jul 2011
    Posts
    1

    Default MONGODB - findAndModify

    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?

    Code:
    myColl.findAndModify(query, null, null, false, update, true, true);
    Thanks in advance!

  2. #2
    Join Date
    Aug 2011
    Posts
    2

  3. #3
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    483

    Default

    Ack, progress is tracked in the just mentioned ticket. Feel free to vote for it in case you think it should bump up in the priority list.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •