public class HibernateDeleteListener extends EventListenerWrapper<org.hibernate.event.spi.DeleteEventListener> implements org.hibernate.event.spi.DeleteEventListener
wrappedListener| 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,
java.util.Set transientEntities) |
setWrappedListenerpublic void onDelete(org.hibernate.event.spi.DeleteEvent event)
throws org.hibernate.HibernateException
onDelete in interface org.hibernate.event.spi.DeleteEventListenerorg.hibernate.HibernateExceptionpublic void onDelete(org.hibernate.event.spi.DeleteEvent event,
java.util.Set transientEntities)
throws org.hibernate.HibernateException
onDelete in interface org.hibernate.event.spi.DeleteEventListenerorg.hibernate.HibernateException