Package | Description |
---|---|
org.hibernate.action |
This package defines "actions" that are scheduled for
asycnchronous execution by the event listeners.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAction
Base class for actions relating to insert/update/delete of an entity
instance.
|
class |
EntityDeleteAction |
class |
EntityIdentityInsertAction |
class |
EntityInsertAction |
class |
EntityUpdateAction |
Modifier and Type | Method and Description |
---|---|
AfterTransactionCompletionProcess |
CollectionAction.getAfterTransactionCompletionProcess() |
AfterTransactionCompletionProcess |
BulkOperationCleanupAction.getAfterTransactionCompletionProcess() |
AfterTransactionCompletionProcess |
Executable.getAfterTransactionCompletionProcess()
Get the after-transaction-completion process, if any, for this action.
|
AfterTransactionCompletionProcess |
EntityAction.getAfterTransactionCompletionProcess() |
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.registerProcess(AfterTransactionCompletionProcess process) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved