Defines the internal contract between the ISessionFactory and other parts of NHibernate such as implementors of IType.

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

Syntax

C#
public interface ISessionFactoryImplementor : IMapping, 
	ISessionFactory, IDisposable
Visual Basic
Public Interface ISessionFactoryImplementor _
	Inherits IMapping, ISessionFactory, IDisposable
Visual C++
public interface class ISessionFactoryImplementor : IMapping, 
	ISessionFactory, IDisposable

See Also