Regardless of the nHibernate or Fluent aspect of this post, if possible, please reconsider your design.
You have mixed 2 responsibilites into one class hieracrchy - Person and Role. See Refactoring, Tease Apart Inheritance [Page 362]. Consider seperating the Person and Role responsibilities. Person will have a collection of Roles with Role being an abstract base class with 2 concrete descendants BoardMember and BoardChairman. Cheers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
