Archive | September 27th, 2008

Difference between hibernate’s save,update and saveOrUpdate() methods

September 27, 2008

2 Comments

Difference between hibernate’s save,update and saveOrUpdate() methods Hibetnate has set of methods for saving and updating the values in the database. The methods look like same and difficult to differentiate between them if you are not understanding them clearly. If you understand the hibernate mechanism clearly, it doesn’t execute the SQL statements directly to manipulate [...]

email