NHibernate.Spatial 与 NHibernate 3.0 兼容吗?

发布于 2024-08-21 01:29:29 字数 200 浏览 3 评论 0原文

我想使用 NHibernate.Spatial。我还想使用新的 NHibernate 3.0 功能,例如改进的 LINQ 提供程序和 QueryOver 功能,这些功能仅在 NHibernate 的源代码控制主干中可用。

这两件事兼容吗?如果没有 Spatial,我就无法工作,但我确实想要 LINQ 功能,如果无法使用这些功能,就必须删除它们。

谢谢!

I want to use NHibernate.Spatial. I also want to use new NHibernate 3.0 features such as the improved LINQ provider and the QueryOver functionality, which are only available in NHibernate's source control trunk.

Are these two things compatible? I can't work without Spatial but I really want the LINQ features, which will have to go if they can't be used.

Thanks!

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

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

发布评论

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

评论(1

云巢 2024-08-28 01:29:30

经过大约一周的修修补补,我可以回答说是的,这是可能的。我现在一起使用以下主干:

  • NHibernate
  • Fluent
  • Castle Windsor
  • NHibernate.Spatial
  • MVCContrib(IoC 容器助手)

我尝试自己构建它们,这很痛苦。现在我只是使用 hornget 版本,它们都是针对最新的树干构建的。

After about a week of tinkering, I can answer that yes, this is possible. I am now using the following trunks together:

  • NHibernate
  • Fluent
  • Castle Windsor
  • NHibernate.Spatial
  • MVCContrib (the IoC container helper)

I tried building them myself, which was painful. Now I'm simply using the hornget versions, which are all built against the latest trunk.

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