The session factory this instance is associated with.

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also