Hi,
Is there any way to achieve the following in Hibernate 2.1.
I have two tables in a database, Asset and PhysicalAsset. PhysicalAsset is a sub-class of Asset and I can map this using joined-subclass. However I which to add additional subclasses of PhysicalAsset which are not tables in the database. e.g. Parcel and Package. There is a further complication in that the discriminator for deciding these classes is held in the Asset table.
This is the simplified database table view: Asset id - Unique Id type - Parcel, Package etc.
PhysicalAsset id - Unique Id name - UniqueName owner - Owner
Is this possible or are there any other approaches I could adopt?
Thanks,
John.
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel