ObjectDB ObjectDB

javax.jdo.listener.LoadCallback - JDO interface

javax.jdo.listener
Interface LoadCallback

Subinterfaces:
InstanceCallbacks
This interface is used to notify instances of load events.
Since:
JDO 2.0
void jdoPostLoad()
Called after the values are loaded from the data store into this instance.
Called after the values are loaded from the data store into this instance.

This method is not modified by the enhancer.

Derived fields should be initialized in this method. The context in which this call is made does not allow access to other persistent JDO instances.

Since:
JDO 2.0