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 |
BulkOperationCleanupAction
An
ActionQueue Executable for ensuring
shared cache cleanup in relation to performed bulk HQL queries. |
class |
CollectionAction
Any action relating to insert/update/delete of a collection
|
class |
CollectionRecreateAction |
class |
CollectionRemoveAction |
class |
CollectionUpdateAction |
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 |
---|---|
void |
ActionQueue.execute(Executable executable) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved