[Missing namespace summary documentation for N:NHibernate.Loader.Collection]
Classes
| Class | Description | |
|---|---|---|
| BasicCollectionJoinWalker |
Walker for collections of values and many-to-many associations
| |
| BasicCollectionLoader | ||
| BatchingCollectionInitializer |
"Batch" loads collections, using multiple foreign key values in the SQL Where clause
| |
| CollectionJoinWalker |
Superclass of walkers for collection initializers
NHibernate.Loader.Collection.CollectionLoaderNHibernate.Loader.Collection.OneToManyJoinWalkerNHibernate.Loader.Collection.BasicCollectionJoinWalker | |
| CollectionLoader |
Superclass for loaders that initialize collections
NHibernate.Loader.Collection.OneToManyLoaderNHibernate.Loader.Collection.BasicCollectionLoader | |
| OneToManyJoinWalker |
Walker for one-to-many associations
NHibernate.Loader.Collection.OneToManyLoader | |
| OneToManyLoader |
Loads one-to-many associations
| |
| SubselectCollectionLoader | ||
| SubselectOneToManyLoader |
Implements subselect fetching for a one to many association
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICollectionInitializer |
An interface for collection loaders
|