2008/9/26 Tuna Toksöz <[EMAIL PROTECTED]> > I see Peter's point, an assembly which may be closed and another assembly > which may add subclasses, isn't this a possible thing? >
Yes it is possible and more... My first application using NH was plugable. The Core have two possible mappings because the strategy change base on how many plug a class have because what really change are performance. So you can start using <subclass> but if you have 30 classes and each add 5 properties; your table have 150 nullable fields (+1 ID). Then put that class inherit tree in a "complex" scenario (with some relation) and take a look what happen with SQLs and data on the wire. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
