配置“无代理”在 Fluent Nhibernate 中

发布于 2024-09-15 07:08:59 字数 212 浏览 6 评论 0原文

只是一个简短的问题:如何将多对一属性“lazy”配置为值“no-proxy”(如此处所述 此处 ) 在 Fluent Nhibernate 中?

Just a short question: How do I configure the many-to-one attribute "lazy" to the value "no-proxy" (as mentioned here here ) in Fluent Nhibernate?

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

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

发布评论

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

评论(2

桃扇骨 2024-09-22 07:08:59

好吧,我终于找到了答案这里

在你的流畅覆盖或映射中,只需调用

.LazyLoad(Laziness.NoProxy);

映射。

Ok, I finally found the answere here:

In your fluent overrides or mappings, just call

.LazyLoad(Laziness.NoProxy);

on the mapping.

海未深 2024-09-22 07:08:59

检查 Fluent NHibernate - 发行说明 1.1

[界面] 无代理延迟支持

Check Fluent NHibernate - Release notes 1.1

[interface] No proxy lazy support

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