Joined: Tue Apr 03, 2007 8:17 am Posts: 2 Location: Bangalore, India
|
hi!!,
I wanted to know if there is any method to over write an existing hibernate object with a new object.
I typically want to update the entries in a table. At this moment i am using the update clause.
For example:
I am reading elements from a html (jsp) form and storing them into a hibernate object. I now want to update the database table with these new entries. So instead of using the update clause is there any way in which i can get the old hibernate object from the table and just over write it with this new object.
Please let me know if i am not clear.
Regards ,
Chaitanya Deshpande
|
|