C# Class Pepino.Data.EntityInterceptor

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
IsTransient ( object entity ) : bool?
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
OnPrepareStatement ( NHibernate sql ) : NHibernate.SqlCommand.SqlString
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool

Method Details

IsTransient() public méthode

public IsTransient ( object entity ) : bool?
entity object
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

OnPrepareStatement() public méthode

public OnPrepareStatement ( NHibernate sql ) : NHibernate.SqlCommand.SqlString
sql NHibernate
Résultat NHibernate.SqlCommand.SqlString

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