Package org.hibernate.action

This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.

See:
          Description

Interface Summary
Executable An operation which may be scheduled for later execution.
 

Class Summary
BulkOperationCleanupAction Implementation of BulkOperationCleanupAction.
CollectionAction Any action relating to insert/update/delete of a collection
CollectionRecreateAction  
CollectionRemoveAction  
CollectionUpdateAction  
EntityAction Any action relating to insert/update/delete of an entity instance
EntityDeleteAction  
EntityIdentityInsertAction  
EntityInsertAction  
EntityUpdateAction  
 

Package org.hibernate.action Description

This package defines "actions" that are scheduled for asycnchronous execution by the event listeners.