Saved Bookmarks
| 1. |
How Can We Reduce Database Write Action Times In Hibernate? |
|
Answer» 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.
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.
|
|