Superclass for loaders that initialize collections
NHibernate.Loader.Collection.OneToManyLoaderNHibernate.Loader.Collection.BasicCollectionLoader
Namespace: NHibernate.Loader.Collection
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Class CollectionLoader _ Inherits OuterJoinLoader _ Implements ICollectionInitializer |
| C# |
|---|
public class CollectionLoader : OuterJoinLoader, ICollectionInitializer |
| Visual C++ |
|---|
public ref class CollectionLoader : public OuterJoinLoader, ICollectionInitializer |
Inheritance Hierarchy
System.Object
NHibernate.Loader.Loader
NHibernate.Loader.BasicLoader
NHibernate.Loader.OuterJoinLoader
NHibernate.Loader.Collection.CollectionLoader
NHibernate.Loader.Collection.BasicCollectionLoader
NHibernate.Loader.Collection.OneToManyLoader
NHibernate.Loader.Loader
NHibernate.Loader.BasicLoader
NHibernate.Loader.OuterJoinLoader
NHibernate.Loader.Collection.CollectionLoader
NHibernate.Loader.Collection.BasicCollectionLoader
NHibernate.Loader.Collection.OneToManyLoader