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 allLifecycleEvent
s.- Author:
- Steve Kim, Abe White
-
-
Method Summary
-
Methods inherited from interface org.apache.openjpa.event.AttachListener
afterAttach, beforeAttach
-
Methods inherited from interface org.apache.openjpa.event.ClearListener
afterClear, beforeClear
-
Methods inherited from interface org.apache.openjpa.event.DeleteListener
afterDelete, beforeDelete
-
Methods inherited from interface org.apache.openjpa.event.DetachListener
afterDetach, beforeDetach
-
Methods inherited from interface org.apache.openjpa.event.DirtyListener
afterDirty, afterDirtyFlushed, beforeDirty, beforeDirtyFlushed
-
Methods inherited from interface org.apache.openjpa.event.LoadListener
afterLoad, afterRefresh
-
Methods inherited from interface org.apache.openjpa.event.PersistListener
afterPersist, beforePersist
-
Methods inherited from interface org.apache.openjpa.event.StoreListener
afterStore, beforeStore
-
-