[Missing <summary> documentation for "N:NHibernate.Action"]
Classes
Class | Description | |
---|---|---|
BulkOperationCleanupAction |
Implementation of BulkOperationCleanupAction.
| |
CollectionAction |
Any action relating to insert/update/delete of a collection
| |
CollectionRecreateAction | ||
CollectionRemoveAction | ||
CollectionUpdateAction | ||
DelayedPostInsertIdentifier |
Acts as a stand-in for an entity identifier which is supposed to be
generated on insert (like an IDENTITY column) where the insert needed to
be delayed because we were outside a transaction when the persist
occurred (save currently still performs the insert).
The stand-in is only used within the see cref="NHibernate.Engine.PersistenceContext"
in order to distinguish one instance from another; it is never injected into
the entity instance or returned to the client...
| |
EntityAction |
Base class for actions relating to insert/update/delete of an entity
instance.
| |
EntityDeleteAction | ||
EntityIdentityInsertAction | ||
EntityInsertAction | ||
EntityUpdateAction |
Interfaces
Interface | Description | |
---|---|---|
IExecutable |
An operation which may be scheduled for later execution.
Usually, the operation is a database insert/update/delete,
together with required second-level cache management.
|
Delegates
Delegate | Description | |
---|---|---|
AfterTransactionCompletionProcessDelegate |
Delegate representing some process that needs to occur after transaction completion.
| |
BeforeTransactionCompletionProcessDelegate |
Delegate representing some process that needs to occur before transaction completion.
|