0 votes
in Hibernate by

When is the merge() method of the hibernate Session useful? 

1 Answer

0 votes
by

The merge() method of the hibernate Session is useful when you want to update an existing object in the database without reattaching it to the Session. 

...