org.apache.openjpa.event
Interface FlushTransactionListener

All Known Subinterfaces:
TransactionListener
All Known Implementing Classes:
AbstractTransactionListener

public interface FlushTransactionListener

Notified on transaction flush.

Since:
0.2.5.0
Author:
Patrick Linskey, Abe White

Method Summary
 void afterFlush(TransactionEvent event)
          Notification that a transaction has flushed all object changes.
 void beforeFlush(TransactionEvent event)
          Notification that a transaction is about to flush all object changes.
 

Method Detail

beforeFlush

void beforeFlush(TransactionEvent event)
Notification that a transaction is about to flush all object changes.

See Also:
TransactionEvent.BEFORE_FLUSH

afterFlush

void afterFlush(TransactionEvent event)
Notification that a transaction has flushed all object changes.

See Also:
TransactionEvent.AFTER_FLUSH


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