C# Class MvcExtensions.Services.Impl.FluentNHibernate.Database

Inheritance: IUnitOfWorkFactory
Mostrar archivo Open project: ToJans/MVCExtensions Class Usage Examples

Protected Properties

Property Type Description
LocalSession ISession
SessionFactory ISessionFactory

Protected Methods

Method Description
Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
IsConcreteBaseType ( Type t ) : bool

Method Details

Database() protected method

protected Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
pcfg IPersistenceConfigurer
mappings IDomainDefinition
return System

IsConcreteBaseType() protected method

protected IsConcreteBaseType ( Type t ) : bool
t System.Type
return bool

Property Details

LocalSession protected_oe property

protected ISession LocalSession
return ISession

SessionFactory protected_oe property

protected ISessionFactory SessionFactory
return ISessionFactory