Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is Dirty Checking in hibernate?

user-image
Question added by Wasib Ali Khan , Software Engineer , Emaratech FZ LLC
Date Posted: 2013/05/11
Wasib Ali Khan
by Wasib Ali Khan , Software Engineer , Emaratech FZ LLC

Hibernate automatically update the database when state of persistent object modified inside a transaction, It is very good feature of hibernate from this feature, we provide a changes in the db without calling the session.save() method of hibernate.

More Questions Like This