Superclass for loaders that initialize collections
Namespace:
NHibernate.Loader.CollectionAssembly: NHibernate (in NHibernate.dll)
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 |
JavaScript |
---|
NHibernate.Loader.Collection.CollectionLoader = function(); Type.createClass( 'NHibernate.Loader.Collection.CollectionLoader', NHibernate.Loader.OuterJoinLoader, NHibernate.Loader.Collection.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