public interface UpdateListener
Modifier and Type | Method and Description |
---|---|
void |
afterUpdatePerformed(LifecycleEvent event)
Receives notifications before an update is performed.
|
void |
beforeUpdate(LifecycleEvent event)
Receives notifications before an update is performed.
|
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.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.