public interface PersistEventListener extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
onPersist(PersistEvent event)
Handle the given create event. 
 | 
void | 
onPersist(PersistEvent event,
         Map createdAlready)
Handle the given create event. 
 | 
void onPersist(PersistEvent event) throws HibernateException
event - The create event to be handled.HibernateExceptionvoid onPersist(PersistEvent event, Map createdAlready) throws HibernateException
event - The create event to be handled.HibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.