Is there a Jongo equivalent to Morphia's @Reference annotation?
18 views
Skip to first unread message
Nav
unread,
Apr 28, 2017, 6:41:01 AM4/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jongo
A colleague told me of how he uses
class Something { @Reference UserClass uc; }
and is able to access the properties of UserClass directly from Something, because when Morphia loads the Something collection, it sees that UserClass is referenced, and it loads the data of UserClass too.