NHibernate - good complete working Helper class for managing SessionFactory/Session

前端 未结 9 721
余生分开走
余生分开走 2020-12-07 14:37

can anyone provide/refer a proper OO type helper class for managing a singleton of the SessionFactory and then also for managing Sessions?

9条回答
  •  庸人自扰
    2020-12-07 15:35

    Two suggestions:

    • Jeffrey Palermo's HybridSessionBuilder (jeffreypalermo.com/blog/use-this-nhibernate-wrapper-to-keep-your-repository-classes-simple)
    • See the code examples (specifically see Session 13) in the Summer of NHibernate (www.summerofnhibernate.com)

提交回复
热议问题