PersistEventListenerpublic interface PersistEventListener implements SerializableDefines the contract for handling of create events generated from a session. |
Methods Summary |
---|
public void | onPersist(PersistEvent event)Handle the given create event.
| public void | onPersist(PersistEvent event, java.util.Map createdAlready)Handle the given create event.
|
|