Uses of Class
org.apache.openjpa.event.LifecycleEvent

Packages that use LifecycleEvent
org.apache.openjpa.event OpenJPA Events 
 

Uses of LifecycleEvent in org.apache.openjpa.event
 

Methods in org.apache.openjpa.event with parameters of type LifecycleEvent
 void AttachListener.afterAttach(LifecycleEvent event)
          Invoked after the instance has been attached.
 void AbstractLifecycleListener.afterAttach(LifecycleEvent event)
           
 void ClearListener.afterClear(LifecycleEvent event)
          Invoked after state is cleared.
 void AbstractLifecycleListener.afterClear(LifecycleEvent event)
           
 void DeleteListener.afterDelete(LifecycleEvent event)
          Invoked after the instance transferred to a deleted state.
 void AbstractLifecycleListener.afterDelete(LifecycleEvent event)
           
 void PostDeleteListener.afterDeletePerformed(LifecycleEvent event)
          Receives notifications before an update is performed.
 void DetachListener.afterDetach(LifecycleEvent event)
          Invoked after the instance has been detached.
 void AbstractLifecycleListener.afterDetach(LifecycleEvent event)
           
 void AbstractLifecycleListener.afterDirty(LifecycleEvent event)
           
 void DirtyListener.afterDirty(LifecycleEvent event)
          Invoked after the first change is applied.
 void AbstractLifecycleListener.afterDirtyFlushed(LifecycleEvent event)
           
 void DirtyListener.afterDirtyFlushed(LifecycleEvent event)
          Invoked after the first change is applied to a flushed instance.
 void AbstractLifecycleListener.afterLoad(LifecycleEvent event)
           
 void LoadListener.afterLoad(LifecycleEvent event)
          Invoked after state has been loaded into the instance.
 void PersistListener.afterPersist(LifecycleEvent event)
          Invoked when an instance is persisted.
 void AbstractLifecycleListener.afterPersist(LifecycleEvent event)
           
 void PostPersistListener.afterPersistPerformed(LifecycleEvent event)
          Receives notifications after a persist operation has been written to the data store.
 void AbstractLifecycleListener.afterRefresh(LifecycleEvent event)
           
 void LoadListener.afterRefresh(LifecycleEvent event)
          Invoked after state has been refreshed.
 void AbstractLifecycleListener.afterStore(LifecycleEvent event)
           
 void StoreListener.afterStore(LifecycleEvent event)
          Invoked just after store.
 void UpdateListener.afterUpdatePerformed(LifecycleEvent event)
          Receives notifications before an update is performed.
 void AttachListener.beforeAttach(LifecycleEvent event)
          Invoked before the instance is attached.
 void AbstractLifecycleListener.beforeAttach(LifecycleEvent event)
           
 void ClearListener.beforeClear(LifecycleEvent event)
          Invoked before state is cleared.
 void AbstractLifecycleListener.beforeClear(LifecycleEvent event)
           
 void DeleteListener.beforeDelete(LifecycleEvent event)
          Invoked before the instance transferred to a deleted state.
 void AbstractLifecycleListener.beforeDelete(LifecycleEvent event)
           
 void DetachListener.beforeDetach(LifecycleEvent event)
          Invoked before the instance is detached.
 void AbstractLifecycleListener.beforeDetach(LifecycleEvent event)
           
 void AbstractLifecycleListener.beforeDirty(LifecycleEvent event)
           
 void DirtyListener.beforeDirty(LifecycleEvent event)
          Invoked before the first change is applied.
 void AbstractLifecycleListener.beforeDirtyFlushed(LifecycleEvent event)
           
 void DirtyListener.beforeDirtyFlushed(LifecycleEvent event)
          Invoked before the first change is applied to a flushed instance.
 void PersistListener.beforePersist(LifecycleEvent event)
          Invoked before an instance is persisted.
 void AbstractLifecycleListener.beforePersist(LifecycleEvent event)
           
 void AbstractLifecycleListener.beforeStore(LifecycleEvent event)
           
 void StoreListener.beforeStore(LifecycleEvent event)
          Invoked just prior to store.
 void UpdateListener.beforeUpdate(LifecycleEvent event)
          Receives notifications before an update is performed.
protected  void AbstractLifecycleListener.eventOccurred(LifecycleEvent event)
          Should be implemented to handle the specific lifecycle event.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.