C# Class AcklenAvenue.Data.NHibernate.DatabaseDeployer

Inheritance: IDatabaseDeployer
Mostra file Open project: AcklenAvenue/AcklenAvenue.Data Class Usage Examples

Public Methods

Method Description
Create ( ) : void
DatabaseDeployer ( NHibernate.Cfg.Configuration nhibernateConfiguration ) : System
Drop ( ) : void
Seed ( List seeders ) : void

Private Methods

Method Description
DropAllForeignKeysFromDatabase ( ) : void

Method Details

Create() public method

public Create ( ) : void
return void

DatabaseDeployer() public method

public DatabaseDeployer ( NHibernate.Cfg.Configuration nhibernateConfiguration ) : System
nhibernateConfiguration NHibernate.Cfg.Configuration
return System

Drop() public method

public Drop ( ) : void
return void

Seed() public method

public Seed ( List seeders ) : void
seeders List
return void