C# 클래스 SeoEmpire.Common.DbDomain

파일 보기 프로젝트 열기: akellan/SeoEmpire

공개 메소드들

메소드 설명
Close ( ) : void
GetMetadata ( Type type ) : IClassMetadata
InitMySql ( ) : void
InitSqLite ( ) : void

비공개 메소드들

메소드 설명
GetSession ( bool getNewIfNotExists ) : ISession

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

GetMetadata() 공개 정적인 메소드

public static GetMetadata ( Type type ) : IClassMetadata
type System.Type
리턴 IClassMetadata

InitMySql() 공개 정적인 메소드

public static InitMySql ( ) : void
리턴 void

InitSqLite() 공개 정적인 메소드

public static InitSqLite ( ) : void
리턴 void