NHibernate - SchemaExport 工具 有问题吗?
使用 SchemaExport 工具时是否可以控制生成哪些对象。 例如,如果我有 EntityA、EntityB 和 EntityC 的 NH 映射文件,如何排除 C 的创建?
罗伯托.-
Is it posible to control what objects get generated when using the SchemaExport tool. For example if I have NH mapping files for an EntityA, EntityB, and EntityC how can I exclude C from being created?
Roberto.-
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何使用 SchemaUpdate 而不是 SchemaExport,SchemaUpdate 将仅更新架构。
或者,如果您使用 NH 2.1,您可以将 schema-action="none" 添加到您的映射中:
http://nhforge.org/blogs/nhibernate/archive/2008/12/15/customizing-schema-export-with-schema-action.aspx
How can use the SchemaUpdate instead of the SchemaExport, the SchemaUpdate will udpate only the schema.
Or if you use NH 2.1 you can add the schema-action="none" to your mapping :
http://nhforge.org/blogs/nhibernate/archive/2008/12/15/customizing-schema-export-with-schema-action.aspx