C# Class SpeakFriend.Utilities.NHibernateHelperSF

Afficher le fichier Open project: teamaton/speak-lib

Protected Properties

Свойство Type Description
Logger log4net.ILog

Méthodes publiques

Méthode Description
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

Method Details

Clear() public méthode

Clear the currently open session.
public Clear ( ) : void
Résultat void

EmptyTable() public méthode

public EmptyTable ( ) : void
Résultat void

EmptyTable() public méthode

public EmptyTable ( Type type ) : void
type System.Type
Résultat void

EmptyTable() public méthode

public EmptyTable ( string typeName ) : void
typeName string
Résultat void

ExecuteFile() public méthode

public ExecuteFile ( string filePath ) : void
filePath string
Résultat void

ExportSchema() public méthode

public ExportSchema ( ) : void
Résultat void

ExportSchema() public static méthode

public static ExportSchema ( NHibernate.Cfg.Configuration cfg ) : void
cfg NHibernate.Cfg.Configuration
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetStatistics() public méthode

public GetStatistics ( ) : IStatistics
Résultat IStatistics

GetStatisticsSession() public méthode

public GetStatisticsSession ( ) : ISessionStatistics
Résultat ISessionStatistics

NHibernateHelperSF() public méthode

public NHibernateHelperSF ( ISession session ) : System
session ISession
Résultat System

RemoveFromCache() public méthode

public RemoveFromCache ( object item ) : void
item object
Résultat void

TruncateTable() public méthode

public TruncateTable ( string tableName ) : void
tableName string
Résultat void

Property Details

Logger protected_oe static_oe property

protected static ILog,log4net Logger
Résultat log4net.ILog