A BatcherFactory implementation which constructs Batcher instances that do not perform batch operations.

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

Syntax

C#
public class NonBatchingBatcherFactory : IBatcherFactory
Visual Basic
Public Class NonBatchingBatcherFactory _
	Implements IBatcherFactory
Visual C++
public ref class NonBatchingBatcherFactory : IBatcherFactory

Inheritance Hierarchy

System..::..Object
  NHibernate.AdoNet..::..NonBatchingBatcherFactory

See Also