| 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 |
| Class and Description |
|---|
| AfterTransactionCompletionProcess
Contract representing some process that needs to occur during after transaction completion.
|
| BeforeTransactionCompletionProcess
Contract representing some process that needs to occur during before transaction completion.
|
| CollectionAction
Any action relating to insert/update/delete of a collection
|
| EntityAction
Base class for actions relating to insert/update/delete of an entity
instance.
|
| Executable
An operation which may be scheduled for later execution.
|
| Class and Description |
|---|
| AfterTransactionCompletionProcess
Contract representing some process that needs to occur during after transaction completion.
|
| BeforeTransactionCompletionProcess
Contract representing some process that needs to occur during before transaction completion.
|
| BulkOperationCleanupAction
An
ActionQueue Executable for ensuring
shared cache cleanup in relation to performed bulk HQL queries. |
| CollectionRecreateAction |
| CollectionRemoveAction |
| CollectionUpdateAction |
| EntityDeleteAction |
| EntityIdentityInsertAction |
| EntityInsertAction |
| EntityUpdateAction |
| Executable
An operation which may be scheduled for later execution.
|
| Class and Description |
|---|
| BeforeTransactionCompletionProcess
Contract representing some process that needs to occur during before transaction completion.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved