Hi,
I am new to Hibernate and have a query. In the methods onSave, onLoad, onDelete propertyNames and states are passed as args to the method. I was wondering if propertyNames always contains all the properties of the operated object or only the properties for whom the state has changed during the transaction? There is also a method onFlushDirty. Here also am not sure whether all the properties are passed to the method or just the updatede ones. I am also curious about onCollectionUpdate() method but was not able to find any documentation regarding this method as when it is called. Any help will be greatly appreciated.
Thanks,
|