Hi,
I guess that's a good working assumption. However, there are differences for example in the return types of these methods.
The hibernate entity manager documentation says:
Quote:
Merging in EJB3 is similar to the saveOrUpdateCopy() method in native Hibernate. However, it is not the same as the saveOrUpdate() method, the given instance is not reattached with the persistence context, but a managed instance is returned by the merge() method.
I recommend reading through the entity manager documentation and looking at the examples there.
--Hardy