站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

EntityDeleteAction (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.action
Class EntityDeleteAction

java.lang.Object
  extended byorg.hibernate.action.EntityAction
      extended byorg.hibernate.action.EntityDeleteAction
All Implemented Interfaces:
Comparable, Executable, Serializable

public final class EntityDeleteAction
extends EntityAction

See Also:
Serialized Form

Constructor Summary
EntityDeleteAction(Serializable id, Object[] state, Object version, Object instance, EntityPersister persister, boolean isCascadeDeleteEnabled, SessionImplementor session)
           
 
Method Summary
 void afterTransactionCompletion(boolean success)
          Called after the transaction completes
 void execute()
          Execute this action
protected  boolean hasPostCommitEventListeners()
           
 
Methods inherited from class org.hibernate.action.EntityAction
beforeExecutions, compareTo, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDeleteAction

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

execute

public void execute()
             throws HibernateException
Description copied from interface: Executable
Execute this action

Throws:
HibernateException

afterTransactionCompletion

public void afterTransactionCompletion(boolean success)
                                throws HibernateException
Description copied from interface: Executable
Called after the transaction completes

Throws:
HibernateException

hasPostCommitEventListeners

protected boolean hasPostCommitEventListeners()
Specified by:
hasPostCommitEventListeners in class EntityAction