Manages prepared statements and batching. Class exists to enforce separation of concerns
Namespace:
NHibernate.ImplAssembly: 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); |