What is the dirty checking in hibernate?



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

Post New Answer

More Hibernate Interview Questions

What is second level caching?

1 Answers  


Can I use hibernate without jpa?

1 Answers  


What are different states of an entity bean?

1 Answers  


What is hibernate query cache?

1 Answers  


After which hibernate version, related entities are initialized lazily?

1 Answers  


What is difference between hibernate save(), saveorupdate() and persist() methods?

1 Answers  


What databases does hibernate support?

1 Answers  


What is the file name of hibernate configuration file?

1 Answers  


What is the use of merge method in hibernate?

1 Answers  


What is or mapping in hibernate?

1 Answers  


What is hibernate criteria join?

1 Answers  


What is mapping in coding?

1 Answers  


Categories