流畅的 Nhibernate 约定和设置 LazyLoad(Laziness.NoProxy)
我一直在映射文件中的每个引用上设置对 .LazyLoad(Laziness.NoProxy) 的引用。
我想知道我是否可以通过流畅设置中的约定默认设置它?
I have been setting my references to .LazyLoad(Laziness.NoProxy) on each Reference in my mapping files.
I wondered if i can set this by default via a convention in my fluent setup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 IReferenceConvention 正是您所需要的:
另外,请确保将约定添加到 Fluent 映射中:
I believe the IReferenceConvention is what you need:
Also, make sure you add the convention to your Fluent mappings: