防止 NHibernate 为创建外键映射
有没有办法阻止 SchemaExport 生成外键约束 映射类型?我看到了一个关于映射的类似问题,但不幸的是这不适用于 .我在 NHibernate 参考文献中找不到这个问题的答案,但也许有人知道一个技巧?我想避免事后消除约束。
Is there a way from preventing SchemaExport from generating a foreign key constraint on
mapping type? I saw a similar question about mapping, but unfortunately that wont do for . I couldn't find answer to this in NHibernate reference, but maybe someone knows a trick? I'd like to avoid removing constraint afterwards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能发布你的映射吗?
绝对不会创建外键。示例:
这将仅创建两列(FooBarOrBazId 和 FooBarOrBazType),没有 FK
Could you post your mappings?
<any>
definitely does not create foreign keys.Example:
This will just create two columns (FooBarOrBazId and FooBarOrBazType), with no FKs