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. 
org.hibernate.envers.synchronization   
 

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

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

Classes in org.hibernate.action used by org.hibernate.envers.synchronization
BeforeTransactionCompletionProcess
          Contract representing some process that needs to occur during before transaction completion.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.