NHibernate - SchemaExport 工具 有问题吗?

发布于 2024-07-25 15:36:40 字数 113 浏览 9 评论 0原文

使用 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 技术交流群。

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

发布评论

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

评论(1

娇纵 2024-08-01 15:36:40

如何使用 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

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