Re: extents, mapping classes to joined tables and collection-type field

2009-01-29 Thread Maxim Kuleshov
On Thu, 29 Jan 2009 15:18:14 +0300 Maxim Kuleshov wrote: > That's scheme gives me error during XDoclet stage: > > "The collection entries in class ojbs.ObjsList specifies a foreignkey > listId that is not a persistent field in the element class (or its > subclass) objs.B" Well, this problem has

extents, mapping classes to joined tables and collection-type field

2009-01-29 Thread Maxim Kuleshov
Hi! How could I configure OJB to process such scheme: I have base class A and at least one its subclass B. Each class uses different DB tables, joined to each other. In following examples I have TABLE_B references to TABLE_A by foreign key PARENT_ID. There is also third class, lets say 'ObjList'