What is a detached object ?
When we close a Hibernate Session, the persistent objects we are working with are detached.
This means the data is still in the application’s memory, but Hibernate is no longer responsible for tracking changes to the objects.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.