Namespace:
NHibernate.Loader.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateBatchingEntityLoader ( _ persister As IOuterJoinLoadable, _ maxBatchSize As Integer, _ lockMode As LockMode, _ factory As ISessionFactoryImplementor, _ enabledFilters As IDictionary _ ) As IUniqueEntityLoader |
C# |
---|
public static IUniqueEntityLoader CreateBatchingEntityLoader( IOuterJoinLoadable persister, int maxBatchSize, LockMode lockMode, ISessionFactoryImplementor factory, IDictionary enabledFilters ) |
Visual C++ |
---|
public: static IUniqueEntityLoader^ CreateBatchingEntityLoader( IOuterJoinLoadable^ persister, int maxBatchSize, LockMode^ lockMode, ISessionFactoryImplementor^ factory, IDictionary^ enabledFilters ) |
JavaScript |
---|
NHibernate.Loader.Entity.BatchingEntityLoader.createBatchingEntityLoader = function(persister, maxBatchSize, lockMode, factory, enabledFilters); |
Parameters
- persister
- Type: NHibernate.Persister.Entity..::.IOuterJoinLoadable
- maxBatchSize
- Type: System..::.Int32
- lockMode
- Type: NHibernate..::.LockMode
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor
- enabledFilters
- Type: System.Collections..::.IDictionary