Fluent NHibernate:混合自动映射和手动映射
如果使用 Fluent NHibernate,是否可以自动映射大多数类,但指定一些特定的类应该使用常规 Fluent API 进行映射,而不是自动映射?如果是这样,有人可以向我指出一些示例代码来说明如何做到这一点吗?
谢谢!
If using Fluent NHibernate, is it possible to automap most classes, but specify that a couple of particular classes should be mapped using the regular fluent API rather than being automapped? And if so, can anyone point me to some sample code that shows how to do it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有可能并且很容易混淆映射配置:
祝你好运。 ;-)
It is possible and easy to mix-up mapping configurations:
Good luck. ;-)