SolarMetric Kodo JDO 3.4.1 generated on May 30 2006

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.4.1 generated on May 30 2006

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