C# Class SeoEmpire.Common.DbDomain

Show file Open project: akellan/SeoEmpire

Public Methods

Method Description
Close ( ) : void
GetMetadata ( Type type ) : IClassMetadata
InitMySql ( ) : void
InitSqLite ( ) : void

Private Methods

Method Description
GetSession ( bool getNewIfNotExists ) : ISession

Method Details

Close() public static method

public static Close ( ) : void
return void

GetMetadata() public static method

public static GetMetadata ( Type type ) : IClassMetadata
type System.Type
return IClassMetadata

InitMySql() public static method

public static InitMySql ( ) : void
return void

InitSqLite() public static method

public static InitSqLite ( ) : void
return void