org.hibernate.action.internal
Class OrphanRemovalAction

java.lang.Object
  extended by org.hibernate.action.internal.EntityAction
      extended by org.hibernate.action.internal.EntityDeleteAction
          extended by org.hibernate.action.internal.OrphanRemovalAction
All Implemented Interfaces:
Serializable, Comparable, AfterTransactionCompletionProcess, Executable

public final class OrphanRemovalAction
extends EntityDeleteAction

See Also:
Serialized Form

Constructor Summary
OrphanRemovalAction(Serializable id, Object[] state, Object version, Object instance, EntityPersister persister, boolean isCascadeDeleteEnabled, SessionImplementor session)
           
 
Method Summary
 
Methods inherited from class org.hibernate.action.internal.EntityDeleteAction
doAfterTransactionCompletion, execute, hasPostCommitEventListeners
 
Methods inherited from class org.hibernate.action.internal.EntityAction
afterDeserialize, beforeExecutions, compareTo, eventSource, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getDelayedId, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, listenerGroup, needsAfterTransactionCompletion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrphanRemovalAction

public OrphanRemovalAction(Serializable id,
                           Object[] state,
                           Object version,
                           Object instance,
                           EntityPersister persister,
                           boolean isCascadeDeleteEnabled,
                           SessionImplementor session)


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