ObjectDB ObjectDB

javax.jdo.listener.CreateLifecycleListener - JDO interface

javax.jdo.listener
Interface CreateLifecycleListener

Superinterfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of create events.
Since:
JDO 2.0
Invoked whenever an instance is made persistent via a call to javax.jdo.PersistenceManager.makePersistent or during persistence by reachability.
Invoked whenever an instance is made persistent via a call to javax.jdo.PersistenceManager.makePersistent or during persistence by reachability.
Parameters:
event - the create event.
Since:
JDO 2.0