Package org.apache.openjpa.event
Interface PostDeleteListener
public interface PostDeleteListener
- Since:
- 1.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Receives notifications before an update is performed.
-
Method Details
-
afterDeletePerformed
Receives notifications before an update is performed. Differs fromDeleteListener.afterDelete(LifecycleEvent)
in that the latter is called after the delete operation, whereas this is called after the delete statements have been sent to the data store.
-