Method | Description | |
---|---|---|
CheckNodeVersionId ( object entity, ConcurrentHashedCollection |
||
OnDelete ( object entity, object id, object state, string propertyNames, global types ) : void | ||
OnDeleteCheckAggregate ( object entity, ISession nhSession ) : void | ||
OnSave ( object entity, object id, object state, string propertyNames, global types ) : bool | ||
PostFlush ( System entities ) : void | ||
SetSession ( ISession session ) : void | ||
UpdateAggregatesPostFlush ( ConcurrentHashedCollection |
public static CheckNodeVersionId ( object entity, ConcurrentHashedCollection |
||
entity | object | |
modifiedVersionIds | ConcurrentHashedCollection |
|
return | void |
public OnDelete ( object entity, object id, object state, string propertyNames, global types ) : void | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | global | |
return | void |
public static OnDeleteCheckAggregate ( object entity, ISession nhSession ) : void | ||
entity | object | |
nhSession | ISession | |
return | void |
public OnSave ( object entity, object id, object state, string propertyNames, global types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | global | |
return | bool |
public SetSession ( ISession session ) : void | ||
session | ISession | |
return | void |
public static UpdateAggregatesPostFlush ( ConcurrentHashedCollection |
||
modifiedVersionIds | ConcurrentHashedCollection |
|
nhSession | ISession | |
return | void |