Uses of Interface
org.hibernate.action.spi.Executable

Packages that use Executable
org.hibernate.action.internal   
org.hibernate.engine.spi   
 

Uses of Executable in org.hibernate.action.internal
 

Classes in org.hibernate.action.internal that implement Executable
 class AbstractEntityInsertAction
          A base class for entity insert actions.
 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
          The action for performing an entity deletion.
 class EntityIdentityInsertAction
           
 class EntityInsertAction
           
 class EntityUpdateAction
           
 class OrphanRemovalAction
           
 class QueuedOperationCollectionAction
          If a collection is extra lazy and has queued ops, we still need to process them.
 

Uses of Executable in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi with parameters of type Executable
 void ActionQueue.execute(Executable executable)
           
 



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