I have a user object and the user can have a number of wishlists.

Instead of having methods on user (ie. User.AddWishlist,
User.RemoveWishlist), I have a WishListManager which has these methods on
it.

Persistent entities include, WishList and WishList item, which relate back
to the user through the WishListManager.

How would I set up this mapping in NHibernate?  Can someone point me in the
right direction?

Tim

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to