org.apache.openjpa.event
Interface DeleteListener

All Known Subinterfaces:
LifecycleListener
All Known Implementing Classes:
AbstractLifecycleListener

public interface DeleteListener

Listener for when a persistent instance is deleted.

Author:
Steve Kim, Abe White

Method Summary
 void afterDelete(LifecycleEvent event)
          Invoked after the instance transferred to a deleted state.
 void beforeDelete(LifecycleEvent event)
          Invoked before the instance transferred to a deleted state.
 

Method Detail

beforeDelete

void beforeDelete(LifecycleEvent event)
Invoked before the instance transferred to a deleted state.


afterDelete

void afterDelete(LifecycleEvent event)
Invoked after the instance transferred to a deleted state.



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