From: Mark W. <mor...@SM...> - 2002-08-22 10:23:46
|
Gavin_King/Cirrus%CI...@ci... wrote: >>What feature do you mean exactly with "normalized table mappings"? >>Subcasses that map to diiffenent tables? >> >> > >Yup. So you fetch the object using an outerjoin accross the table of the >superclass and the table of the subclass. This is the only remaining thing >thats bothering me about the core functionality. > > Hmm... Do you have any idea how long this would take? This is one feature I'm in desparate need of... BTW, how do people handle subclasses at the moment? I've a base class that has very few properties, and many subclasses that add a lot of additional information. I cannot keep all that data in the same table, and don't really want to denormalize my tables. Thanks, -Mark |