Class | Description |
---|---|
AbstractEntityInsertAction |
A base class for entity insert actions.
|
BulkOperationCleanupAction |
An
ActionQueue Executable for ensuring
shared cache cleanup in relation to performed bulk HQL queries. |
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).
|
EntityAction |
Base class for actions relating to insert/update/delete of an entity
instance.
|
EntityDeleteAction |
The action for performing an entity deletion.
|
EntityIdentityInsertAction | |
EntityIncrementVersionProcess |
Verify/Increment the entity version
|
EntityInsertAction | |
EntityUpdateAction | |
EntityVerifyVersionProcess |
Verify/Increment the entity version
|
OrphanRemovalAction | |
QueuedOperationCollectionAction |
If a collection is extra lazy and has queued ops, we still need to
process them.
|
UnresolvedEntityInsertActions |
Tracks unresolved entity insert actions.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.