Monday, January 4, 2016

How can we reduce database write action times in Hibernate?

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

Hibernate provides dirty checking feature which can be used to reduce database write times. Dirty checking feature of hibernate updates only those fields which require a change while keeps others unchanged.

No comments:

Post a Comment