What is the dirty checking in hibernate?
Answer / Vishal Rawat
Dirty checking is a mechanism used by Hibernate to identify changes made to an object instance that needs to be persisted or flushed to the database. Dirty checking compares the current state of the objects with their original state.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is second level caching?
Can I use hibernate without jpa?
What are different states of an entity bean?
What is hibernate query cache?
After which hibernate version, related entities are initialized lazily?
What is difference between hibernate save(), saveorupdate() and persist() methods?
What databases does hibernate support?
What is the file name of hibernate configuration file?
What is the use of merge method in hibernate?
What is or mapping in hibernate?
What is hibernate criteria join?
What is mapping in coding?