Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 NHibernate 的新手。我很想知道不同机器上的两个进程是否同时提取相同的记录。他们都修改了记录,其中一个在另一个之前提交了记录。第二个进程是否会回滚事务并抛出记录已更新的错误消息?
不,默认情况下不是。但是,使用<version>映射将帮助您解决此问题。
<version>
版本映射
乐观并发控制