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.Copyright © 2005–2015 Apache Software Foundation. All rights reserved.