[Missing <summary> documentation for "N:NHibernate.Action"]

Classes

  ClassDescription
Public classBulkOperationCleanupAction
Implementation of BulkOperationCleanupAction.
Public classCollectionAction
Any action relating to insert/update/delete of a collection
Public classCollectionRecreateAction
Public classCollectionRemoveAction
Public classCollectionUpdateAction
Public classDelayedPostInsertIdentifier
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...
Public classEntityAction
Base class for actions relating to insert/update/delete of an entity instance.
Public classEntityDeleteAction
Public classEntityIdentityInsertAction
Public classEntityInsertAction
Public classEntityUpdateAction

Interfaces

  InterfaceDescription
Public interfaceIExecutable
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

  DelegateDescription
Public delegateAfterTransactionCompletionProcessDelegate
Delegate representing some process that needs to occur after transaction completion.
Public delegateBeforeTransactionCompletionProcessDelegate
Delegate representing some process that needs to occur before transaction completion.