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)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Interface ISessionImplementor _ Implements ISession, IDisposable |
| C# |
|---|
public interface ISessionImplementor : ISession, IDisposable |
| Visual C++ |
|---|
public interface class ISessionImplementor : ISession, IDisposable |