You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by balza <ba...@inwind.it> on 2003/12/15 14:03:54 UTC

Inheritance and Collection problem

Hello,
I've an n:m relation between 2 tables t_ShopCard and t_ShopCustomer.
t_ShopCard has is Java equivalent in ShopCard class and t_ShopCustomer in
ShopCustomer.
ShopCustomer class extends Customer which extends Account.
t_ShopCustomer table extends t_Customer which extends t_Account.

When I try to retrive the ShopCard delegates collection of type ShopCustomer
from the n:m relation, 
OBJ RC4 return the correct number of elements with the correct key field, but
with the other field set to null.

Anyone can help?

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org