public interface LoadLifecycleListener extends InstanceLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
postLoad(InstanceLifecycleEvent event)
Invoked whenever a persistent instance is loaded from the data
store.
|
void postLoad(InstanceLifecycleEvent event)
LoadCallback.jdoPostLoad()
is invoked on the persistent instance.event
- the load event.