public class HibernateDeleteListener extends org.hibernate.event.internal.DefaultDeleteEventListener
| Constructor and Description |
|---|
HibernateDeleteListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDelete(org.hibernate.event.spi.DeleteEvent event) |
void |
onDelete(org.hibernate.event.spi.DeleteEvent event,
Set transientEntities) |
cascadeAfterDelete, cascadeBeforeDelete, deleteEntity, deleteTransientEntity, invokeDeleteLifecycle, performDetachedEntityDeletionCheckpublic HibernateDeleteListener()
public void onDelete(org.hibernate.event.spi.DeleteEvent event) throws HibernateException
onDelete in interface org.hibernate.event.spi.DeleteEventListeneronDelete in class org.hibernate.event.internal.DefaultDeleteEventListenerHibernateExceptionpublic void onDelete(org.hibernate.event.spi.DeleteEvent event, Set transientEntities) throws HibernateException
onDelete in interface org.hibernate.event.spi.DeleteEventListeneronDelete in class org.hibernate.event.internal.DefaultDeleteEventListenerHibernateException