可能我太n00b无法理解这一点,但我正在阅读Gabriel Schenker http://nhibernate.info/doc/patternsandpractices/nhibernate-and-the-unit-of-work-pattern.html UnitOfWork实现,我真的不能明白这点。
为什么 UnitOfWorkImplementor.Dispose 需要将 dispose 转发给 UnitOfWorkFactory 而这转发给 UnitOfWork?为什么 UnitOfWorkImplementor 不能自行处理?
周围还有其他 UnitOfWork 实现示例吗?(请一个更简单的)。
谢谢!