NHIbernate 3 无法自动映射 XmlDocument 属性

发布于 2024-10-18 09:51:12 字数 328 浏览 9 评论 0原文

我正在尝试映射其中一个属性是 XmlDocument 的类型,但出现此错误:

NHibernate.MappingException:表 ChangeLog_TestAuditHistory 中的关联引用未映射的类:System.Xml.XmlDocument

我正在使用 Fluent NHibernate 自动映射。 NHibernate 版本 3.0.0.4000 和 Fluent NHibernate 版本 1.2.0.694。我知道 NHibernate 应该支持 xml 列,但我从未见过任何使用自动映射的示例。

I'm trying to map a type where one of the properties is an XmlDocument but I get this error:

NHibernate.MappingException : An association from the table ChangeLog_TestAuditHistory refers to an unmapped class: System.Xml.XmlDocument

I am using Fluent NHibernate automappings. NHibernate version 3.0.0.4000 and Fluent NHibernate version 1.2.0.694. I know NHibernate is supposed to support xml columns, but I've never seen any examples using auto mappings.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

回忆凄美了谁 2024-10-25 09:51:12

这可能是 Fluent 中的错误,或者是错误的约定......您可能需要告诉它 XmlDocument 不是一个实体。

如果将其映射为常规属性,NH 将默认使用正确的映射。

That's probably a bug in Fluent, or a wrong convention... you probably need to tell it that XmlDocument is not an entity.

If you map it as a regular property, NH will use the correct mapping by default.

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