Joined: Fri Dec 08, 2006 6:26 pm Posts: 5
|
Hi!
I have 2 applications that updates on the same table. The issue that I have is: (steps recreates a time line)
APP 1 gets RECORD 1 to modify it.
APP 2 gets RECORD 1 to modify it.
APP 1 save changes to RECORD 1.
APP 2 save changes to RECORD 1.
Obviosly, the second save overwrites changes done by APP 1.
There is any help (native of nhibernate) to manage this? I have options outside of nhibernate but I'd like to know if the framework has any mecanism for dealing with this situation.
Thanks!
|
|