Could you please explain the problem in terms of classes and how your classes are mapped?
Rahul_Mishra wrote:
Hi All,
I have three tables
table1
table2
table3
The Primary key of Table1 and 3 are foreign keys in Table 2
In my mappings i have cascaded from table 1 to 2 ...and from table 3 to 2
Is there a way where all three tables can be saved by cascade in hibernate.
If yes, please any reference links or pointers shall be appreciated.
The Question might seem naive but i am just a beginner to the forum
Regards ,
R