Concrete implementation of an ISession, also the central, organizing component of NHibernate's internal implementation.

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

Syntax

Remarks

Exposes two interfaces: ISession itself, to the application and ISessionImplementor to other components of NHibernate. This is where the hard stuff is... This class is NOT THREADSAFE.

Inheritance Hierarchy

System..::..Object
  NHibernate.Impl..::..AbstractSessionImpl
    NHibernate.Impl..::..SessionImpl

See Also