-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Persisting Data into Parent & child table.
PostPosted: Mon Jan 25, 2010 6:07 am 
Newbie

Joined: Mon Jan 25, 2010 3:25 am
Posts: 6
Hi,

I have following scenario:
The table relationship is like Employee table has relationship with department table as below.
EMP : empid
Dept: deptid, empid
one emp may be related with the one to many depts.
I need to insert thr data into emp table first & using id generated need to insert the many records into dept table.

I tried using cascade functionality of Hibernate, but it is not working.
How this can be acheived by using Hibernate?
Is it possible that I will save only EMP object(by populating emp & dept data) & it will populate data into EMP & Dept table by using cascade?

Thanks,
Sudhir


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.