C# Класс SpeakFriend.Utilities.NHibernateHelperSF

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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