public final class

EntityDeleteAction

extends EntityAction
java.lang.Object
   ↳ org.hibernate.action.EntityAction
     ↳ org.hibernate.action.EntityDeleteAction

Summary

Public Constructors
EntityDeleteAction(Serializable id, Object[] state, Object version, Object instance, EntityPersister persister, boolean isCascadeDeleteEnabled, SessionImplementor session)
Public Methods
void doAfterTransactionCompletion(boolean success, SessionImplementor session)
void execute()
Protected Methods
boolean hasPostCommitEventListeners()
[Expand]
Inherited Methods
From class org.hibernate.action.EntityAction
From class java.lang.Object
From interface java.lang.Comparable
From interface org.hibernate.action.AfterTransactionCompletionProcess
From interface org.hibernate.action.Executable

Public Constructors

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

Public Methods

public void doAfterTransactionCompletion (boolean success, SessionImplementor session)

public void execute ()

Protected Methods

protected boolean hasPostCommitEventListeners ()