Package org.apache.openjpa.event
Interface FlushTransactionListener
- All Known Subinterfaces:
TransactionListener
- All Known Implementing Classes:
AbstractTransactionListener
,AuditManager
public interface FlushTransactionListener
Notified on transaction flush.
- Since:
- 0.2.5.0
- Author:
- Patrick Linskey, Abe White
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
beforeFlush
Notification that a transaction is about to flush all object changes.- See Also:
-
afterFlush
Notification that a transaction has flushed all object changes.- See Also:
-