Méthode | Description | |
---|---|---|
AfterTransactionBegin ( NHibernate tx ) : void | ||
AfterTransactionCompletion ( NHibernate tx ) : void | ||
BeforeTransactionCompletion ( NHibernate tx ) : void | ||
FindDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : int[] | ||
GetEntity ( string entityName, object id ) : object | ||
GetEntityName ( object entity ) : string | ||
Instantiate ( |
||
Instantiate ( string entityName, NHibernate entityMode, object id ) : object | ||
IsTransient ( object entity ) : bool? | ||
IsUnsaved ( object entity ) : object | ||
OnCollectionRecreate ( object collection, object key ) : void | ||
OnCollectionRemove ( object collection, object key ) : void | ||
OnCollectionUpdate ( object collection, object key ) : void | ||
OnDelete ( object entity, object id, object state, string propertyNames, NHibernate types ) : void | ||
OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : bool | ||
OnLoad ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool | ||
OnPrepareStatement ( NHibernate sql ) : NHibernate.SqlCommand.SqlString | ||
OnSave ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool | ||
PostFlush ( System entities ) : void | ||
PreFlush ( System entities ) : void | ||
SetSession ( NHibernate session ) : void |
Méthode | Description | |
---|---|---|
TrackChanges ( List |
public AfterTransactionBegin ( NHibernate tx ) : void | ||
tx | NHibernate | |
Résultat | void |
public AfterTransactionCompletion ( NHibernate tx ) : void | ||
tx | NHibernate | |
Résultat | void |
public BeforeTransactionCompletion ( NHibernate tx ) : void | ||
tx | NHibernate | |
Résultat | void |
public FindDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : int[] | ||
entity | object | |
id | object | |
currentState | object | |
previousState | object | |
propertyNames | string | |
types | NHibernate | |
Résultat | int[] |
public GetEntity ( string entityName, object id ) : object | ||
entityName | string | |
id | object | |
Résultat | object |
public GetEntityName ( object entity ) : string | ||
entity | object | |
Résultat | string |
public Instantiate ( |
||
type | ||
id | object | |
Résultat | object |
public Instantiate ( string entityName, NHibernate entityMode, object id ) : object | ||
entityName | string | |
entityMode | NHibernate | |
id | object | |
Résultat | object |
public IsTransient ( object entity ) : bool? | ||
entity | object | |
Résultat | bool? |
public IsUnsaved ( object entity ) : object | ||
entity | object | |
Résultat | object |
public OnCollectionRecreate ( object collection, object key ) : void | ||
collection | object | |
key | object | |
Résultat | void |
public OnCollectionRemove ( object collection, object key ) : void | ||
collection | object | |
key | object | |
Résultat | void |
public OnCollectionUpdate ( object collection, object key ) : void | ||
collection | object | |
key | object | |
Résultat | void |
public OnDelete ( object entity, object id, object state, string propertyNames, NHibernate types ) : void | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | NHibernate | |
Résultat | void |
public OnFlushDirty ( object entity, object id, object currentState, object previousState, string propertyNames, NHibernate types ) : bool | ||
entity | object | |
id | object | |
currentState | object | |
previousState | object | |
propertyNames | string | |
types | NHibernate | |
Résultat | bool |
public OnLoad ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | NHibernate | |
Résultat | bool |
public OnPrepareStatement ( NHibernate sql ) : NHibernate.SqlCommand.SqlString | ||
sql | NHibernate | |
Résultat | NHibernate.SqlCommand.SqlString |
public OnSave ( object entity, object id, object state, string propertyNames, NHibernate types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | NHibernate | |
Résultat | bool |
public PostFlush ( System entities ) : void | ||
entities | System | |
Résultat | void |
public SetSession ( NHibernate session ) : void | ||
session | NHibernate | |
Résultat | void |