Re: OJB - Inheritance - ClassTable Mapping

2005-03-26 Thread Stefan Walkner
hello again, I could solve this problem by just rtfm: http://db.apache.org/ojb/docu/guides/advanced-technique.html#Mapping+Classes+on+Multiple+Joined+Tables But one problem I still can't figure out: when using broker.store(MyObject) with mapping to multiple tables I use a foreign key from

OJB - Inheritance - ClassTable Mapping

2005-03-25 Thread Stefan Walkner
Hello, I would like to map an extended class to a table and a parent table. This means: I have following classes: Item SpecialItem extends Book and following tables: items items_specialitem IMHO the advantage of this structure is that the items_specialitem extends the items table