C# Class NHibernate.GettingStarted.Dao.NHibernateHelper

Show file Open project: gergroen/NHibernate-getting-started-guide

Public Methods

Method Description
OpenSession ( ) : ISession

Private Methods

Method Description
CreateConfiguration ( ) : NHibernate.Cfg.Configuration
CreateMapping ( ) : NHibernate.Cfg.MappingSchema.HbmMapping

Method Details

OpenSession() public static method

public static OpenSession ( ) : ISession
return ISession