org.apache.openjpa.event
Interface PostDeleteListener


public interface PostDeleteListener

Since:
1.1.0

Method Summary
 void afterDeletePerformed(LifecycleEvent event)
          Receives notifications before an update is performed.
 

Method Detail

afterDeletePerformed

void afterDeletePerformed(LifecycleEvent event)
Receives notifications before an update is performed. Differs from DeleteListener.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.



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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01