Provide the class of IBatcherFactory according to the configuration and the capabilities of the driver.

Namespace: NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IEmbeddedBatcherFactoryProvider
Visual Basic
Public Interface IEmbeddedBatcherFactoryProvider
Visual C++
public interface class IEmbeddedBatcherFactoryProvider

Remarks

By default, .Net doesn't have any batching capabilities, drivers that does have batching support. The BatcherFactory trough session-factory configuration section. This interface was added in NHibernate for backdraw compatibility to have the ability to specify a default IBatcherFactory for a specific IDriver.

See Also