riteshrao / ncommon

A framework for implementing commonly used design patterns when using Domain Driven Design
www.codeinsanity.com
218 stars 61 forks source link

Add Stateless session to NHibernate UOW impl #23

Open dplaskon opened 13 years ago

dplaskon commented 13 years ago

Would be great if you were able to access a stateless session via. the nhibernate unit of work impl - this is useful in bulk operations scenarios where you don't want to deal with the overhead of session dirty tracking, etc.