Spring.NET + NHibernate - 使用 OpenSessionInView 的多个(不同)数据库
在我的 Web 应用程序中,我有 2 个完全不同的数据库 - 一个主要由 CMS 使用,我们希望从中获取同一网站上非 CMS 页面的页面信息,而另一个数据库主要由 CMS 使用。包含完全不同数据的一个。
是否可以将 Spring.NET 的 Open Session In View 模块与这两个数据库的多个会话工厂一起使用,因此在本例中,我在 spring.config 中定义了 2 个 Spring.Data.NHibernate.LocalSessionFactoryObject 类型的对象?
In my web application, I have 2 totally different databases - one that's being used mostly by a CMS from which we'd like to get page information on non CMS pages on the same website, & one that contains totally different data.
Is it possible to use Spring.NET's Open Session In View module with multiple session factories for both of those databases, so in this case I have 2 objects defined in spring.config of type Spring.Data.NHibernate.LocalSessionFactoryObject
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在讨论与此论坛帖子中的用户相同的情况
http:// forum.springframework.net/showthread.php?p=20720
让我知道该解决方案是否适合您。
干杯,
标记
I think you are talking about the same situation as the user in this forum post
http://forum.springframework.net/showthread.php?p=20720
Let me know if that solutions works out for you.
Cheers,
Mark