public class HibernateDataPublishListener extends Object implements org.hibernate.event.spi.PostInsertEventListener, org.hibernate.event.spi.PostDeleteEventListener, org.hibernate.event.spi.PostUpdateEventListener
| Constructor and Description |
|---|
HibernateDataPublishListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPostDelete(org.hibernate.event.spi.PostDeleteEvent event) |
void |
onPostInsert(org.hibernate.event.spi.PostInsertEvent event) |
void |
onPostUpdate(org.hibernate.event.spi.PostUpdateEvent event) |
public HibernateDataPublishListener()
public void onPostInsert(org.hibernate.event.spi.PostInsertEvent event)
onPostInsert in interface org.hibernate.event.spi.PostInsertEventListenerpublic void onPostDelete(org.hibernate.event.spi.PostDeleteEvent event)
onPostDelete in interface org.hibernate.event.spi.PostDeleteEventListenerpublic void onPostUpdate(org.hibernate.event.spi.PostUpdateEvent event) throws HibernateException
onPostUpdate in interface org.hibernate.event.spi.PostUpdateEventListenerHibernateException