Package | Description |
---|---|
org.hibernate.action.internal | |
org.hibernate.engine.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityInsertAction
A base class for entity insert actions.
|
class |
BulkOperationCleanupAction
An
ActionQueue Executable for ensuring
shared cache cleanup in relation to performed bulk HQL queries. |
class |
CollectionAction
Any action relating to insert/update/delete of a collection
|
class |
CollectionRecreateAction |
class |
CollectionRemoveAction |
class |
CollectionUpdateAction |
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 |
class |
EntityInsertAction |
class |
EntityUpdateAction |
class |
OrphanRemovalAction |
class |
QueuedOperationCollectionAction
If a collection is extra lazy and has queued ops, we still need to
process them.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.execute(Executable executable) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.