Manages prepared statements and batching. Class exists to enforce separation of concerns

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class BatcherImpl _
	Implements IBatcher, IDisposable
C#
public abstract class BatcherImpl : IBatcher, 
	IDisposable
Visual C++
public ref class BatcherImpl abstract : IBatcher, 
	IDisposable
JavaScript
NHibernate.Impl.BatcherImpl = function();

Type.createClass(
	'NHibernate.Impl.BatcherImpl',
	null,
	NHibernate.Engine.IBatcher,
	IDisposable);

Inheritance Hierarchy

System..::.Object
  NHibernate.Impl..::.BatcherImpl

See Also