public class ParentAwarePersistEventListener
extends java.lang.Object
implements org.hibernate.event.spi.PersistEventListener
| Modifier and Type | Field and Description |
|---|---|
static ParentAwarePersistEventListener |
INSTANCE |
| Constructor and Description |
|---|
ParentAwarePersistEventListener() |
| 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 createdAlready) |
public static final ParentAwarePersistEventListener INSTANCE
public 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 createdAlready)
throws org.hibernate.HibernateException
onPersist in interface org.hibernate.event.spi.PersistEventListenerorg.hibernate.HibernateExceptionCopyright © 2019. All Rights Reserved.