[Missing <summary> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

Namespace: NHibernate.Loader.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static ICollectionInitializer CreateBatchingOneToManyInitializer(
	OneToManyPersister persister,
	int maxBatchSize,
	ISessionFactoryImplementor factory,
	IDictionary<string, IFilter> enabledFilters
)
Visual Basic
Public Shared Function CreateBatchingOneToManyInitializer ( _
	persister As OneToManyPersister, _
	maxBatchSize As Integer, _
	factory As ISessionFactoryImplementor, _
	enabledFilters As IDictionary(Of String, IFilter) _
) As ICollectionInitializer
Visual C++
public:
static ICollectionInitializer^ CreateBatchingOneToManyInitializer(
	OneToManyPersister^ persister, 
	int maxBatchSize, 
	ISessionFactoryImplementor^ factory, 
	IDictionary<String^, IFilter^>^ enabledFilters
)

Parameters

persister
Type: NHibernate.Persister.Collection..::..OneToManyPersister

[Missing <param name="persister"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

maxBatchSize
Type: System..::..Int32

[Missing <param name="maxBatchSize"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

enabledFilters
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IFilter>)>)>

[Missing <param name="enabledFilters"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.CreateBatchingOneToManyInitializer(NHibernate.Persister.Collection.OneToManyPersister,System.Int32,NHibernate.Engine.ISessionFactoryImplementor,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

See Also