LoadLifecycleListener
- Super Interfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of load events.
- Since:
- JDO 2.0
Public Methods
void postLoad(InstanceLifecycleEvent event)
It is called after the method LoadCallback.jdoPostLoad is invoked on the persistent instance.
- Parameters:
event
- the load event.
- Since:
- JDO 2.0