| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.action.EntityActionorg.hibernate.action.EntityDeleteActionpublic final class EntityDeleteActionextends EntityActionConstructor Summary | |
| |
Method Summary | |
void |
|
void |
|
protected boolean | |
Methods inherited from class org.hibernate.action.EntityAction | |
beforeExecutions, compareTo, getEntityName, getId, getInstance, getPersister, getPropertySpaces, getSession, hasAfterTransactionCompletion, hasPostCommitEventListeners, toString | |
public EntityDeleteAction(Serializable id,
Object[] state,
Object version,
Object instance,
EntityPersister persister,
boolean isCascadeDeleteEnabled,
SessionImplementor session)public void afterTransactionCompletion(boolean success)
throws HibernateException
- Specified by:
- afterTransactionCompletion in interface Executable
protected boolean hasPostCommitEventListeners()
- Overrides:
- hasPostCommitEventListeners in interface EntityAction