SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

kodo.runtime
Interface PreAttachCallback


public interface PreAttachCallback

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

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

Method Summary
 void jdoPreAttach()
          Invoked on the detached instance immediately before it is to be attached.
 

Method Detail

jdoPreAttach

public void jdoPreAttach()
Invoked on the detached instance immediately before it is to be attached.

SolarMetric Kodo JDO 3.3.5 generated on August 31 2005

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