Is there any way to have a slightly custom reference (@ReferenceOne, @ReferenceMany) in Doctrine MongoDB ODM?

For example, @ReferenceOneWithTs would keep a timestamp field to tell when the reference was created, or @ReferenceManyWithName will have a $name field for each reference, etc.

I think this can be achieved by embedding one or many custom ReferenceWithTs documents, with a timestamp field (for example), but if it's possible via annotations (a-la Custom Field Types) it would be more elegant.

link|improve this question

was cross-posted on the google groups, and answered there: "currently this is not supported". groups.google.com/group/doctrine-user/browse_thread/thread/… – Omer Dec 9 '11 at 15:48
feedback

1 Answer

If you want this feature, you can add it as a feature request on the issue tracker: https://github.com/doctrine/mongodb-odm/issues

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.