Monday, January 4, 2016

How can we reattach any detached objects in Hibernate?

Ref:- http://career.guru99.com/hibernate-interview-questions/

Objects which have been detached and are no longer associated with any persistent entities can be reattached by calling session.merge() method of session class.

No comments:

Post a Comment