Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.action.spi |
Defines SPI hooks into the
ActionQueue . |
org.hibernate.engine.spi | |
org.hibernate.envers.internal.synchronization |
Modifier and Type | Class and Description |
---|---|
class |
EntityIncrementVersionProcess
A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party
of before-transaction-completion processing
|
class |
EntityVerifyVersionProcess
A BeforeTransactionCompletionProcess impl to verify an entity version as part of
before-transaction-completion processing
|
Modifier and Type | Method and Description |
---|---|
BeforeTransactionCompletionProcess |
CollectionAction.getBeforeTransactionCompletionProcess() |
BeforeTransactionCompletionProcess |
EntityAction.getBeforeTransactionCompletionProcess() |
BeforeTransactionCompletionProcess |
BulkOperationCleanupAction.getBeforeTransactionCompletionProcess() |
Modifier and Type | Method and Description |
---|---|
BeforeTransactionCompletionProcess |
Executable.getBeforeTransactionCompletionProcess()
Get the before-transaction-completion process, if any, for this action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionQueue.registerProcess(BeforeTransactionCompletionProcess process) |
Modifier and Type | Class and Description |
---|---|
class |
AuditProcess |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.