配置“无代理”在 Fluent Nhibernate 中
只是一个简短的问题:如何将多对一属性“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我终于找到了答案这里:
在你的流畅覆盖或映射中,只需调用
映射。
Ok, I finally found the answere here:
In your fluent overrides or mappings, just call
on the mapping.
检查 Fluent NHibernate - 发行说明 1.1
[界面] 无代理延迟支持
Check Fluent NHibernate - Release notes 1.1
[interface] No proxy lazy support