Tag: update() and merge() methods in hibernate
Difference Between Merge And Update Methods In Hibernate
by  Java4s | 86 Comments
  [ Ask Question ]
Both update() and merge() methods in hibernate are used to convert the object which is in detached state into persistence state. But there is little difference. Let us see which method will be used in what situation. Let Us…