I have a hibernation class with more than one property, I heard that NHibernate keeps track of properties in files and updates only those properties that have been changed. Are there any similar features in Hibernate?
I tried to get it to work with a simple class load, and then set one property - then discard the changes. However, this necessarily updates all the properties in the class.
source
share