Hello, I still have some problems deleting record of inherited tables/classes. I've - class A extending B like those in "mapping inheritance hierarchies" tutorial - table A and B like those in "mapping classes on multiple joined tables" docs. When I store a record in table B, is also stored a record in table A with the same primary key. When I delete a record from table B, OJB doesn't deleted the record in table A with the same key. I don't understand this asymmetric behaviour. Probably there is something wrong in my code.
Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
