Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
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
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableList<E extends Executable & Comparable & Serializable>
Specialized encapsulating of the state pertaining to each Executable list.
|
static interface |
ExecutableList.Sorter<E extends Executable>
Provides a sorting interface for ExecutableList.
|
Modifier and Type | Method and Description |
---|---|
<E extends Executable & Comparable<?>> |
ActionQueue.execute(E executable) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.