Kodo 4.2.0. generated on July 28 2008

kodo.runtime
Interface PostDetachCallback


Deprecated.

public interface PostDetachCallback

Kodo 3.x callback.


Method Summary
 void jdoPostDetach(Object managed)
          Deprecated. Invoked on the detached copy of the persistent instance after it has been detached.
 

Method Detail

jdoPostDetach

void jdoPostDetach(Object managed)
Deprecated. 
Invoked on the detached copy of the persistent instance after it has been detached. This method will only be called once the entire graph of objects for a single detach operation has been completed.

Parameters:
managed - the managed instance that was the source of the detached instance

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.