我应该如何使用 OpenRasta 实现 NHibernate?
在这里寻找最佳实践类型。我应该在 OpenRasta 中做什么来实现 Fluent NHibernate,包括适当的会话管理等。
Looking for a best practice type of thing, here. What should I do in OpenRasta to implement Fluent NHibernate, including proper session management, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是我最近遇到的一个使用 OpenRasta、NHibernate 和 FluentNHibernate 的示例项目:https://github。 com/DveMac/OpenRasta.Forum 该项目使用将 ISession 传递到 Repository 实例的构造函数中的模式。它使用 StructureMap 来控制 NHibernate 会话的生命周期。
Here is an example project that I came across recently that uses OpenRasta, NHibernate, and FluentNHibernate: https://github.com/DveMac/OpenRasta.Forum The project uses the pattern of passing ISession into the constructor of a Repository instance. It uses StructureMap to control the lifecycle of the NHibernate session.