C# Class NSoft.NFramework.Data.NHibernateEx.Interceptors.LoggingInterceptor

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
AfterTransactionBegin ( ITransaction tx ) : void
AfterTransactionCompletion ( ITransaction tx ) : void
BeforeTransactionCompletion ( ITransaction tx ) : void
FindDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : int[]
Instantiate ( string entityName, EntityMode entityMode, object id ) : object
IsTransient ( object entity ) : bool?
OnDelete ( object entity, object id, object state, string propertyNames, IType types ) : void
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
PostFlush ( ICollection entities ) : void
PreFlush ( ICollection entities ) : void
SetSession ( ISession session ) : void

Method Details

AfterTransactionBegin() public méthode

public AfterTransactionBegin ( ITransaction tx ) : void
tx ITransaction
Résultat void

AfterTransactionCompletion() public méthode

public AfterTransactionCompletion ( ITransaction tx ) : void
tx ITransaction
Résultat void

BeforeTransactionCompletion() public méthode

public BeforeTransactionCompletion ( ITransaction tx ) : void
tx ITransaction
Résultat void

FindDirty() public méthode

public FindDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : int[]
entity object
id object
currentState object
previousState object
propertyNames string
types IType
Résultat int[]

Instantiate() public méthode

public Instantiate ( string entityName, EntityMode entityMode, object id ) : object
entityName string
entityMode EntityMode
id object
Résultat object

IsTransient() public méthode

public IsTransient ( object entity ) : bool?
entity object
Résultat bool?

OnDelete() public méthode

public OnDelete ( object entity, object id, object state, string propertyNames, IType types ) : void
entity object
id object
state object
propertyNames string
types IType
Résultat void

OnFlushDirty() public méthode

public OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, IType types ) : bool
entity object
id object
currentState object
previousState object
propertyNames string
types IType
Résultat bool

OnLoad() public méthode

public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
Résultat bool

OnSave() public méthode

public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
Résultat bool

PostFlush() public méthode

public PostFlush ( ICollection entities ) : void
entities ICollection
Résultat void

PreFlush() public méthode

public PreFlush ( ICollection entities ) : void
entities ICollection
Résultat void

SetSession() public méthode

public SetSession ( ISession session ) : void
session ISession
Résultat void