Package javax.jdo.listener
Interface LoadLifecycleListener
- All Superinterfaces:
InstanceLifecycleListener
This interface is implemented by listeners to be notified of
load events.
- Since:
- 2.0
- Version:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postLoad
(InstanceLifecycleEvent event) Invoked whenever a persistent instance is loaded from the data store.
-
Method Details
-
postLoad
Invoked whenever a persistent instance is loaded from the data store. It is called after the methodLoadCallback.jdoPostLoad()
is invoked on the persistent instance.- Parameters:
event
- the load event.- Since:
- 2.0
-