org.hibernate.action
Class EntityDeleteAction
java.lang.Object
org.hibernate.action.EntityAction
org.hibernate.action.EntityDeleteAction
- All Implemented Interfaces:
- Serializable, Comparable, Executable
public final class EntityDeleteAction
- extends EntityAction
- See Also:
- Serialized Form
EntityDeleteAction
public EntityDeleteAction(Serializable id,
Object[] state,
Object version,
Object instance,
EntityPersister persister,
boolean isCascadeDeleteEnabled,
SessionImplementor session)
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