one entity attributes gets persisted to other entity attributes

16 views Asked by At

I want to perform a jpa related program that have functionlity like when I enter values for attributes in parent entity those need to updated in other table with same attributes is there a way to do these ..im using eclipse link 4.0.2 I tried inheritance and relations but relations create another table I don't want that and in inheritance we need to enter values separately

0

There are 0 answers