Nhibernate 3.0 与 FluentNHibernate 1.2
我正在开发一个当前使用 NHibernate 2.1.2、FluentNHibernate 1.1 和 Spring.Net 1.3.1 的项目,
我正在尝试升级到使用 NHibernate 3。
我遇到的问题是 Spring.Net 1.3.1 支持 NHibernate 3.0 和FluentNHibernate 1.2 似乎只支持 NHibernate 3.1
有没有办法让 FluentNHibernate 1.2 与 NHibernate 3.0 一起工作?
我需要使用每个版本的稳定版本。
谢谢。
I'm working on a project which currently uses NHibernate 2.1.2, FluentNHibernate 1.1 and Spring.Net 1.3.1
I am trying to upgrade to using NHibernate 3.
The problem I am having is Spring.Net 1.3.1 supports NHibernate 3.0 and FluentNHibernate 1.2 seems to only support NHibernate 3.1
Is there a way to get FluentNHibernate 1.2 working with NHibernate 3.0?
I need to be using stable release versions of each.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring 1.3.2 于 4 月 15 日星期五发布(查看他们的跟踪器)它随 NHibernate 3.1 一起提供。这可能会解决您的问题。
Spring 1.3.2 releases friday 15th of April (see their tracker) and it ships with NHibernate 3.1. This might solve your issue.