class |
AbstractEntityInsertAction |
A base class for entity insert actions.
|
class |
BulkOperationCleanupAction |
|
class |
CollectionAction |
Any action relating to insert/update/delete of a collection
|
class |
CollectionRecreateAction |
The action for recreating a collection
|
class |
CollectionRemoveAction |
The action for removing a collection
|
class |
CollectionUpdateAction |
The action for updating a collection
|
class |
EntityAction |
Base class for actions relating to insert/update/delete of an entity
instance.
|
class |
EntityDeleteAction |
The action for performing an entity deletion.
|
class |
EntityIdentityInsertAction |
The action for performing entity insertions when entity is using IDENTITY column identifier generation
|
class |
EntityInsertAction |
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.
|
class |
EntityUpdateAction |
The action for performing entity updates.
|
class |
OrphanRemovalAction |
|
class |
QueuedOperationCollectionAction |
If a collection is extra lazy and has queued ops, we still need to
process them.
|