public class HibernateDataChangePublishListener extends Object implements PostInsertEventListener, PostUpdateEventListener, PostDeleteEventListener, PreCollectionUpdateEventListener, FlushEntityEventListener
| Constructor and Description |
|---|
HibernateDataChangePublishListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFlushEntity(FlushEntityEvent event) |
void |
onPostDelete(PostDeleteEvent event) |
void |
onPostInsert(PostInsertEvent event) |
void |
onPostUpdate(PostUpdateEvent event) |
void |
onPreUpdateCollection(PreCollectionUpdateEvent event) |
public HibernateDataChangePublishListener()
public void onPostInsert(PostInsertEvent event)
onPostInsert in interface PostInsertEventListenerpublic void onPostUpdate(PostUpdateEvent event)
onPostUpdate in interface PostUpdateEventListenerpublic void onPostDelete(PostDeleteEvent event)
onPostDelete in interface PostDeleteEventListenerpublic void onPreUpdateCollection(PreCollectionUpdateEvent event)
onPreUpdateCollection in interface PreCollectionUpdateEventListenerpublic void onFlushEntity(FlushEntityEvent event) throws HibernateException
onFlushEntity in interface FlushEntityEventListenerHibernateException