hi, i want to map two classes to the same table. -PartentA -ChildA -ChildB
ParentA is abstract. ChildA and ChildB must be retrieved by using the same atttributes (inherited from ParentA).
I tried it, but by using the unique-key as
>>>crit.addEqualTo("id", "515522");
the wrong class is returned.is there anything special to do in the mapping?
joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
