ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What's the use of session.lock() in hibernate?

session.lock() method of session class is used to reattach an object which has been detached earlier. This method of reattaching doesn’t check for any data synchronization in database while reattaching the object and hence may lead to lack of synchronization in data.

Related Posts Plugin for WordPress, Blogger...
Flag Counter