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