Hello,
I'm testing NHibernate to see if it will fit our needs.
In our context, the edition of objects is complex and we need to perform some merge when concurent editing is happening (optimist locking will not fit).
In ADO.NET DataSet, the rows have an edition status (added, modified, deleted, ...), gives it any way to have this information on the objects loaded through NHibernate ? If this status is avaliable (or not), is that possible to have the original object value ? (it means the one which was loaded through NHibernat before any edition).
I've seen some remarks about cache, and cache level 2 but haven't found the way to use that.
Thanks for any help
Bye
Didier
|