May be a silly question but can I do this in my user mapping file
<class name="User" table="Users" xmlns="urn:nhibernate-mapping-2.2">
...
<bag name="Notes" cascade="all" inverse="true">
<key column="ID"/>
<one-to-many class="MyProject.Core.Users.Note, MyProject.Core"/>
</bag>
...
I then create a Note.hbm.xml mapping file...
I am getting an "Association references unmapped class" error when I
try to access any user objects.
Thanks
Rich
--
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en.