如何使用 NHibernate(Fluent 或 XML)映射该表
你能帮助我使用该数据库吗:
我正在使用 Fluent NHibernate,但 XML 也有帮助... 我的问题是 ProductPrice 表...
谢谢
Paul
Can you help-me with that database :
I´m using Fluent NHibernate, but XML helps too...
My problem is with ProductPrice table...
Thanks
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没什么特别的...
当然,您必须将 ProductSize 和 ColorProduct 映射为实体。
Nothing special...
Of course you have to map ProductSize and ColorProduct as entities.
NHibernate 现在支持 JPA(在 .NET 平台上称为 NPersistence 或 NPA),包括 JPA 注释。
这是映射实体并使代码可供其他供应商移植的最佳方式。
一探究竟:
www.npersistence.com
如果您使用 NPersistence,您只需映射:
NHibernate now supports JPA (called NPersistence or NPA for the .NET platform) including JPA annotations.
It is the best way to map entities and have your code portable for other vendors as well.
check it out:
www.npersistence.com
If you use NPersistence, you simply map: