Hi, IMO your problem can only be solved by using OJB RowReaders. (see tutorial3.html)
cheers, Thomas Sumeth Chittaprawat wrote: > Hi, > If I have 3 class, A B and C. Both A and B contain C. > If C is must be mapped to table of A and B in the same time, what should i do? > > For example, There is Audit domain object that aggregated in Customer and >Supplier object. Both Customer and Supplier table contains audit information, that >means Audit object have to map to Customer and Supplier table in the same time. >What's the solution? > > Thanks in advance. > > Beaver > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
