Tuesday, September 08, 2009

Hibernate term - Automatic Dirty Checking

Hibernate determines changes made to state of persistent objects during the course of a session (a unit of work with the db) and automatically synchronizes those changes with the persistence store.

No comments: