Namespace:
NHibernate.Context
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustInherit Class MapBasedSessionContext _ Inherits CurrentSessionContext |
C# |
---|
public abstract class MapBasedSessionContext : CurrentSessionContext |
Visual C++ |
---|
public ref class MapBasedSessionContext abstract : public CurrentSessionContext |
JavaScript |
---|
NHibernate.Context.MapBasedSessionContext = function(); Type.createClass( 'NHibernate.Context.MapBasedSessionContext', NHibernate.Context.CurrentSessionContext); |
Inheritance Hierarchy
System..::.Object
NHibernate.Context..::.CurrentSessionContext
NHibernate.Context..::.MapBasedSessionContext
NHibernate.Context..::.CallSessionContext
NHibernate.Context..::.WebSessionContext
NHibernate.Context..::.CurrentSessionContext
NHibernate.Context..::.MapBasedSessionContext
NHibernate.Context..::.CallSessionContext
NHibernate.Context..::.WebSessionContext