Package org.apache.openjpa.event
Interface LifecycleListener
- All Superinterfaces:
AttachListener,ClearListener,DeleteListener,DetachListener,DirtyListener,LoadListener,PersistListener,StoreListener
- All Known Implementing Classes:
AbstractLifecycleListener
public interface LifecycleListener
extends PersistListener, LoadListener, StoreListener, ClearListener, DeleteListener, DirtyListener, DetachListener, AttachListener
Interface for listening to all
LifecycleEvents.- Author:
- Steve Kim, Abe White
-
Method Summary
Methods inherited from interface org.apache.openjpa.event.AttachListener
afterAttach, beforeAttachMethods inherited from interface org.apache.openjpa.event.ClearListener
afterClear, beforeClearMethods inherited from interface org.apache.openjpa.event.DeleteListener
afterDelete, beforeDeleteMethods inherited from interface org.apache.openjpa.event.DetachListener
afterDetach, beforeDetachMethods inherited from interface org.apache.openjpa.event.DirtyListener
afterDirty, afterDirtyFlushed, beforeDirty, beforeDirtyFlushedMethods inherited from interface org.apache.openjpa.event.LoadListener
afterLoad, afterRefreshMethods inherited from interface org.apache.openjpa.event.PersistListener
afterPersist, beforePersistMethods inherited from interface org.apache.openjpa.event.StoreListener
afterStore, beforeStore