Joined: Wed Mar 24, 2004 11:13 am Posts: 15 Location: Norcross, GA
|
Thanks for the quick reply.
I am not sure if I represented my situation accurately.
Upon storing Class A, I would like to persist A into 2 rows of same table as follows:
ROW1: id + commonID + internalB's values
ROW2: id + commonID + externalB's values
The "id" column in ROW 1 and ROW2 will have different values because I am using native generator.
Does your suggestion still hold good?
If so, I will look into it.
I read that there is information on this aspect on the EntityPersister.java and not much elsewhere. Is this still true?
thanks
Madhu
|
|