C# 클래스 SpeakFriend.Utilities.NHibernateHelperSF

파일 보기 프로젝트 열기: teamaton/speak-lib

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the currently open session.

EmptyTable ( ) : void
EmptyTable ( Type type ) : void
EmptyTable ( string typeName ) : void
ExecuteFile ( string filePath ) : void
ExportSchema ( ) : void
ExportSchema ( NHibernate.Cfg.Configuration cfg ) : void
Flush ( ) : void
GetStatistics ( ) : IStatistics
GetStatisticsSession ( ) : ISessionStatistics
NHibernateHelperSF ( ISession session ) : System
RemoveFromCache ( object item ) : void
TruncateTable ( string tableName ) : void

메소드 상세

Clear() 공개 메소드

Clear the currently open session.
public Clear ( ) : void
리턴 void

EmptyTable() 공개 메소드

public EmptyTable ( ) : void
리턴 void

EmptyTable() 공개 메소드

public EmptyTable ( Type type ) : void
type System.Type
리턴 void

EmptyTable() 공개 메소드

public EmptyTable ( string typeName ) : void
typeName string
리턴 void

ExecuteFile() 공개 메소드

public ExecuteFile ( string filePath ) : void
filePath string
리턴 void

ExportSchema() 공개 메소드

public ExportSchema ( ) : void
리턴 void

ExportSchema() 공개 정적인 메소드

public static ExportSchema ( NHibernate.Cfg.Configuration cfg ) : void
cfg NHibernate.Cfg.Configuration
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetStatistics() 공개 메소드

public GetStatistics ( ) : IStatistics
리턴 IStatistics

GetStatisticsSession() 공개 메소드

public GetStatisticsSession ( ) : ISessionStatistics
리턴 ISessionStatistics

NHibernateHelperSF() 공개 메소드

public NHibernateHelperSF ( ISession session ) : System
session ISession
리턴 System

RemoveFromCache() 공개 메소드

public RemoveFromCache ( object item ) : void
item object
리턴 void

TruncateTable() 공개 메소드

public TruncateTable ( string tableName ) : void
tableName string
리턴 void

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog