Superclass for loaders that initialize collections

Namespace:  NHibernate.Loader.Collection
Assembly:  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

See Also