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.
|
org.hibernate.envers.synchronization |
Modifier and Type | Class and Description |
---|---|
class |
EntityIncrementVersionProcess
Verify/Increment the entity version
|
class |
EntityVerifyVersionProcess
Verify/Increment the entity version
|
Modifier and Type | Method and Description |
---|---|
BeforeTransactionCompletionProcess |
CollectionAction.getBeforeTransactionCompletionProcess() |
BeforeTransactionCompletionProcess |
BulkOperationCleanupAction.getBeforeTransactionCompletionProcess() |
BeforeTransactionCompletionProcess |
Executable.getBeforeTransactionCompletionProcess()
Get the before-transaction-completion process, if any, for this action.
|
BeforeTransactionCompletionProcess |
EntityAction.getBeforeTransactionCompletionProcess() |
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.registerProcess(BeforeTransactionCompletionProcess process) |
Modifier and Type | Class and Description |
---|---|
class |
AuditProcess |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved