Defines the internal contract between the Session and other parts of Hibernate such as implementors of Type or ClassPersister

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

Syntax

Visual Basic (Declaration)
Public Interface ISessionImplementor _
	Implements ISession, IDisposable
C#
public interface ISessionImplementor : ISession, 
	IDisposable
Visual C++
public interface class ISessionImplementor : ISession, 
	IDisposable
JavaScript
NHibernate.Engine.ISessionImplementor = function();
NHibernate.Engine.ISessionImplementor.createInterface('NHibernate.Engine.ISessionImplementor');

See Also