|
| Total Answers and Comments: 5 |
Last Update: October 19, 2008 Asked by: rajneeshg |
|
| | |
|
Submitted by: talktoudaykumar
Update():- if you are sure that the session does not contains an already persistent instance with the same identifier,then use update to save the data in hibernate
Merge():-if you want to save your modificatiions at any time with out knowing abot the state of an session, then use merge() in hibernate.
Above answer was rated as good by the following members: srisatishch, manishg80, geeky920, jshreekc | Go To Top
|