| Reporter: |
|
sathish kumar N |
| Created: |
|
Tue, 5 Aug 2008 08:22:40 -0500 (CDT) |
| Updated: |
|
Thu, 14 Aug 2008 22:44:25 -0500 (CDT) |
| Key: |
|
ANN-760 |
| Versions: |
|
Not provided |
| Environment: |
|
hibernate 3.2.0,oracle 10g |
| Priority: |
|
3 |
| Status: |
|
Resolved |
| Resolution: |
|
Incomplete |
| Original Link: |
|
http://opensource.atlassian.com/projects/hibernate/browse/ANN-760 |
| Summary: |
|
When i try to update using session.saveOrUpdate(obj) it update in parent table and insert in child table |
Description:
when i use method session.saveOrUpdate(obj).say i have 3 bean or persistance file namely campaignMasterBdo,CampaignSchemRelationBdo,SchemeMaster, when i try to update the list box ie the value of the scheme master able it updates in campaign master also inserted in campaignschemerelation table.
Comments: