Gets the ISessionFactoryImplementor the Batcher was created in.

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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property Factory As ISessionFactoryImplementor
C#
protected ISessionFactoryImplementor Factory { get; }
Visual C++
protected:
property ISessionFactoryImplementor^ Factory {
	ISessionFactoryImplementor^ get ();
}
JavaScript
function get_factory();

Field Value

The ISessionFactoryImplementor the Batcher was created in.

See Also