| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface PersistEventListenerextends SerializableMethod Summary | |
void |
|
void |
|
public void onPersist(PersistEvent event) throws HibernateException
Handle the given create event.
- Parameters:
event- The create event to be handled.
- Throws:
HibernateException-
public void onPersist(PersistEvent event, Map createdAlready) throws HibernateException
Handle the given create event.
- Parameters:
event- The create event to be handled.
- Throws:
HibernateException-