NHibernate 3.2 中的映射 - 数组、自定义列表

发布于 2024-12-26 17:30:09 字数 177 浏览 2 评论 0原文

目前正在查看 NHibernate 3.2,并且在代码映射方面遇到了一些困难。谁能给我提供一个映射字符串或整数数组的简单示例?我似乎找不到任何不用于通过 xml 映射的代码示例或文档。

其次,通过代码进行这种新映射,必须为自定义集合实现 IUserCollectionType 的限制仍然有效吗?

提前致谢。

Looking at NHibernate 3.2 at the moment and am struggling a little with the mapping by code. Can anyone provide me with a simple example of mapping an array of strings or ints? I can't seem to find any code examples or documentation anywhere that isn't for mapping by xml.

Secondly with this new mapping by code is the limitation of having to implement IUserCollectionType for custom collections still valid?

Thanks in advance.

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

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

发布评论

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

评论(1

余生再见 2025-01-02 17:30:09

没有任何代码,有点难以回答,但听起来很多人都需要一个组件:

FluentNhibernate HasMany with component

这是与 Fluent NH 一起使用的,如果可以的话最好的选择。

其次使用 Fluent NHibernate 进行映射,它都是代码而不是 XML。

Without any code it's a little difficult to answer but it sounds like many need a componnet:

FluentNhibernate HasMany with component

This is for use with Fluent NH, best bet if you can.

Secondly map using Fluent NHibernate, it's all code and not XML.

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