|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistEventListener
Defines the contract for handling of create events generated from a session.
Method Summary | |
---|---|
void |
onPersist(PersistEvent event)
Handle the given create event. |
void |
onPersist(PersistEvent event,
Map createdAlready)
Handle the given create event. |
Method Detail |
---|
void onPersist(PersistEvent event) throws HibernateException
event
- The create event to be handled.
HibernateException
void onPersist(PersistEvent event, Map createdAlready) throws HibernateException
event
- The create event to be handled.
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |