playtime, of course but that's not what I tried to do :) I think i wrote somewhere that I was testing the limits or whatever. Obviously found it hehe. I'll take the approach you suggested.
On Thu, Aug 20, 2009 at 2:38 AM, playtime <[email protected]>wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
