C# Class Zen.DataStore.NHibernate.SQLLite.NHibernateSQLiteDatastoreModule

Inheritance: Autofac.Module
Mostrar archivo Open project: holinov/Zen.Core

Public Methods

Method Description
NHibernateSQLiteDatastoreModule ( ) : System
NHibernateSQLiteDatastoreModule ( Action configAction ) : System
NHibernateSQLiteDatastoreModule ( IPersistenceConfigurer persConf, Action configAction ) : System

Protected Methods

Method Description
Load ( ContainerBuilder builder ) : void

Private Methods

Method Description
BuildSessionFactory ( ) : ISessionFactory

Method Details

Load() protected method

protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void

NHibernateSQLiteDatastoreModule() public method

public NHibernateSQLiteDatastoreModule ( ) : System
return System

NHibernateSQLiteDatastoreModule() public method

public NHibernateSQLiteDatastoreModule ( Action configAction ) : System
configAction Action
return System

NHibernateSQLiteDatastoreModule() public method

public NHibernateSQLiteDatastoreModule ( IPersistenceConfigurer persConf, Action configAction ) : System
persConf IPersistenceConfigurer
configAction Action
return System