Uses of Package
org.hibernate.action

Packages that use org.hibernate.action
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. 
 

Classes in org.hibernate.action used by org.hibernate.action
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.
 

Classes in org.hibernate.action used by org.hibernate.engine
BulkOperationCleanupAction
          Implementation of BulkOperationCleanupAction.
CollectionRecreateAction
           
CollectionRemoveAction
           
CollectionUpdateAction
           
EntityDeleteAction
           
EntityIdentityInsertAction
           
EntityInsertAction
           
EntityUpdateAction
           
Executable
          An operation which may be scheduled for later execution.