javax.jdo.listener
Interface ClearCallback

All Known Subinterfaces:
InstanceCallbacks

public interface ClearCallback

This interface is used to notify instances of clear events.

Since:
2.0
Version:
2.0

Method Summary
 void jdoPreClear()
          Called before the values in the instance are cleared.
 

Method Detail

jdoPreClear

void jdoPreClear()
Called before the values in the instance are cleared.

Transient fields should be cleared in this method. Associations between this instance and others in the runtime environment should be cleared.

This method is not modified by the enhancer.



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.