Loads one-to-many associations
Namespace: NHibernate.Loader.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class OneToManyLoader : CollectionLoader |
Visual Basic |
---|
Public Class OneToManyLoader _ Inherits CollectionLoader |
Visual C++ |
---|
public ref class OneToManyLoader : public CollectionLoader |
Remarks
The collection persister must implement IQueryableCollection.
For other collections, create a customized subclass of Loader.
Inheritance Hierarchy
System..::..Object
NHibernate.Loader..::..Loader
NHibernate.Loader..::..BasicLoader
NHibernate.Loader..::..OuterJoinLoader
NHibernate.Loader.Collection..::..CollectionLoader
NHibernate.Loader.Collection..::..OneToManyLoader
NHibernate.Loader.Collection..::..SubselectOneToManyLoader
NHibernate.Loader..::..Loader
NHibernate.Loader..::..BasicLoader
NHibernate.Loader..::..OuterJoinLoader
NHibernate.Loader.Collection..::..CollectionLoader
NHibernate.Loader.Collection..::..OneToManyLoader
NHibernate.Loader.Collection..::..SubselectOneToManyLoader