Hi, If I have bi-directional one-to-many association and I have
following mapping in a "child"
<many-to-one name="metaPackage"
class="dnnSphere.Meta.Model.MetaPackage"
column="Package_RecordId"
not-null="true"/>
and let's say I load child directly using its recordId, so I don't
navigate from parent to child, it seems that parent is not
initialized. Is there a way to lazy load parent, or for that matter to
load it at all, it does not have to be lazy?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---