Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » action » [javadoc | source]
org.hibernate.action
public final class: EntityDeleteAction [javadoc | source]
java.lang.Object
   org.hibernate.action.EntityAction
      org.hibernate.action.EntityDeleteAction

All Implemented Interfaces:
    Executable, Serializable, Comparable

Constructor:
 public EntityDeleteAction(Serializable id,
    Object[] state,
    Object version,
    Object instance,
    EntityPersister persister,
    boolean isCascadeDeleteEnabled,
    SessionImplementor session) 
Method from org.hibernate.action.EntityDeleteAction Summary:
afterTransactionCompletion,   execute,   hasPostCommitEventListeners
Methods from org.hibernate.action.EntityAction:
beforeExecutions,   compareTo,   getEntityName,   getId,   getInstance,   getPersister,   getPropertySpaces,   getSession,   hasAfterTransactionCompletion,   hasPostCommitEventListeners,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.action.EntityDeleteAction Detail:
 public  void afterTransactionCompletion(boolean success) throws HibernateException 
 public  void execute() throws HibernateException 
 protected boolean hasPostCommitEventListeners()