This simple library aims to provide support for NHibernate to perform inner join eager fetching.
The call to
NHibernateInnerJoinSupport.Enable()
must be performed at any time before NHibernate intializes
I've provided ffour extension methods to support inner join
- InnerFetch
- InnerFetchMany
- ThenInnerFetch
- ThenInnerFetchMany
They live in the NHibernate.Linq namespace