Results 1 to 2 of 2

Thread: MongoDB: Docs for Working with Collections and Annotations

Threaded View

  1. #1
    Join Date
    Mar 2011
    Posts
    7

    Default MongoDB: Docs for Working with Collections and Annotations

    Hi There,

    I cant seem to find the docs for the supported (or to be supported) mapping annotations or a discussion of how I might work with a tree or list as part of a document.

    For example, I'd like insert into an embedded array or move something from say position 5 to position 7 in the array, hopefully without reading and writing back the whole array, or maintaining an "orderby" field my self. I see mongo has support for push/pull/pop etc but i dont see an array insert or move and I am wondering if/how spring data might support insert/move on embedded lists/arrays.

    Thanks,
    Dave
    Last edited by Dave Rogers; Apr 7th, 2011 at 10:06 PM.

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
  •