|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Executable | |
---|---|
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. |
Uses of Executable in org.hibernate.action |
---|
Classes in org.hibernate.action that implement Executable | |
---|---|
class |
BulkOperationCleanupAction
Implementation of BulkOperationCleanupAction. |
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
|
Uses of Executable in org.hibernate.engine |
---|
Methods in org.hibernate.engine with parameters of type Executable | |
---|---|
void |
ActionQueue.execute(Executable executable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |