Gets the stateless session implementation.

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

Syntax

C#
public ISessionImplementor GetSessionImplementation()
Visual Basic
Public Function GetSessionImplementation As ISessionImplementor
Visual C++
public:
virtual ISessionImplementor^ GetSessionImplementation() sealed

Return Value

An NHibernate implementation of the interface

Implements

IStatelessSession..::..GetSessionImplementation()()()()

Remarks

This method is provided in order to get the NHibernate implementation of the session from wrapper implementations. Implementors of the interface should return the NHibernate implementation of this method.

See Also