Fluent NHibernate:版本列不应用于并发

发布于 2024-12-02 16:05:24 字数 117 浏览 2 评论 0原文

有没有办法告诉流畅的 NHibernate 使用名为 [version] 的列进行并发检查?如果它找到一个名为 [version] 的列,它似乎会自动执行此操作 - 在这种情况下,我不知道它要做什么。

Is there any way of telling fluent NHibernate not to use a column called [version] for concurrency checking? It seems to do this automagically if it finds a column called [version] - and in this case I do not what it to.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奶气 2024-12-09 16:05:24

只需设置一个 IVersionConvention 并将其添加到您的惯例。

Just set up an IVersionConvention and add it to your conventions.

唱一曲作罢 2024-12-09 16:05:24

好的,我发现可以继承 DefaultAutoMapConfiguration 并覆盖 IsVersion 以始终返回 false。这实际上关闭了版本控制。

OK, I have found it is possible to inherit from the DefaultAutoMapConfiguration and override the IsVersion to always return false. This is effectively turning off versioning.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文