javax.jdo.listener
Interface InstanceLifecycleListener

All Known Subinterfaces:
AttachLifecycleListener, ClearLifecycleListener, CreateLifecycleListener, DeleteLifecycleListener, DetachLifecycleListener, DirtyLifecycleListener, LoadLifecycleListener, StoreLifecycleListener
All Known Implementing Classes:
UnitOfWork_2

public interface InstanceLifecycleListener

All lifecycle listeners extend from this base interface. In order to minimize the impact on domain classes, instance callbacks can be defined to use a life-cycle listener pattern instead of having the domain class implement the callback interface(s).

Since:
2.0
Version:
2.0



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