C# Class AI.nRepo.NHibernate.SessionFactoryBuilder

Show file Open project: theAIteam/nRepo Class Usage Examples

Public Methods

Method Description
SessionFactoryBuilder ( IDatabasePlatform platform, string connStr, IList assemblies, bool updateSchema, string defaultSchema, ILinqToHqlGeneratorsRegistry linqRegistry, bool showSql, Action exposedConfig ) : System

Private Methods

Method Description
UpdateSchema ( global cfg ) : void

Method Details

SessionFactoryBuilder() public method

public SessionFactoryBuilder ( IDatabasePlatform platform, string connStr, IList assemblies, bool updateSchema, string defaultSchema, ILinqToHqlGeneratorsRegistry linqRegistry, bool showSql, Action exposedConfig ) : System
platform IDatabasePlatform
connStr string
assemblies IList
updateSchema bool
defaultSchema string
linqRegistry ILinqToHqlGeneratorsRegistry
showSql bool
exposedConfig Action
return System