Answers

Question and Answer:

  Home  Hibernate

⟩ How would you reatach detached objects to a session when the same object has already been loaded into the session?

You can use the session.merge() method call.

 152 views

More Questions for you: