|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateListener
Method Summary | |
---|---|
void |
afterUpdatePerformed(LifecycleEvent event)
Receives notifications before an update is performed. |
void |
beforeUpdate(LifecycleEvent event)
Receives notifications before an update is performed. |
Method Detail |
---|
void beforeUpdate(LifecycleEvent event)
StoreListener.beforeStore(org.apache.openjpa.event.LifecycleEvent)
in that the latter is called for
updated and new records, whereas this is only invoked for updated
records.
void afterUpdatePerformed(LifecycleEvent event)
StoreListener.afterStore(org.apache.openjpa.event.LifecycleEvent)
in that the latter is called for
updated and new records, whereas this is only invoked for updated
records, and that this is called after the record is actually flushed
to the store.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |