SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.runtime
Interface PreDetachCallback


public interface PreDetachCallback

Interface that marks a persistent class as one that should receive notification that it is about to be detached.

See Also:
KodoPersistenceManager.detach(java.lang.Object)

Method Summary
 void jdoPreDetach()
          Invoked on the persistent instance before it is detached.
 

Method Detail

jdoPreDetach

public void jdoPreDetach()
Invoked on the persistent instance before it is detached.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.