public class HibernatePersistOnFlushListener extends EventListenerWrapper<org.hibernate.event.spi.PersistEventListener> implements org.hibernate.event.spi.PersistEventListener
wrappedListener| Constructor and Description |
|---|
HibernatePersistOnFlushListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPersist(org.hibernate.event.spi.PersistEvent event) |
void |
onPersist(org.hibernate.event.spi.PersistEvent event,
java.util.Map copiedAlready) |
setWrappedListenerpublic void onPersist(org.hibernate.event.spi.PersistEvent event)
throws org.hibernate.HibernateException
onPersist in interface org.hibernate.event.spi.PersistEventListenerorg.hibernate.HibernateExceptionpublic void onPersist(org.hibernate.event.spi.PersistEvent event,
java.util.Map copiedAlready)
throws org.hibernate.HibernateException
onPersist in interface org.hibernate.event.spi.PersistEventListenerorg.hibernate.HibernateException