javax.jdo.listener
Interface LoadCallback

All Known Subinterfaces:
InstanceCallbacks

public interface LoadCallback

This interface is used to notify instances of load events.

Since:
2.0
Version:
2.0

Method Summary
 void jdoPostLoad()
          Called after the values are loaded from the data store into this instance.
 

Method Detail

jdoPostLoad

void jdoPostLoad()
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.



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.