Skip to content

gkarwchan/nhibernate-linq-innerjoin-fetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NHibernate Linq Inner Join Fetch provider

This simple library aims to provide support for NHibernate to perform inner join eager fetching.

Enable Inner Joins

The call to

NHibernateInnerJoinSupport.Enable() 

must be performed at any time before NHibernate intializes

Performing inner joins

I've provided ffour extension methods to support inner join

  • InnerFetch
  • InnerFetchMany
  • ThenInnerFetch
  • ThenInnerFetchMany

They live in the NHibernate.Linq namespace

About

Extends the Linq provider to support Inner join eager fetching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.4%
  • PowerShell 43.6%