Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.action.spi |
Defines SPI hooks into the
ActionQueue . |
org.hibernate.engine.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityInsertAction
A base class for entity insert actions.
|
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 |
Modifier and Type | Method and Description |
---|---|
AfterTransactionCompletionProcess |
EntityAction.getAfterTransactionCompletionProcess() |
AfterTransactionCompletionProcess |
CollectionAction.getAfterTransactionCompletionProcess() |
AfterTransactionCompletionProcess |
BulkOperationCleanupAction.getAfterTransactionCompletionProcess() |
Modifier and Type | Method and Description |
---|---|
AfterTransactionCompletionProcess |
Executable.getAfterTransactionCompletionProcess()
Get the after-transaction-completion process, if any, for this action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.registerProcess(AfterTransactionCompletionProcess process) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.