Package org.apache.openjpa.event
Interface TransactionListener
-
- All Superinterfaces:
BeginTransactionListener,EndTransactionListener,FlushTransactionListener
- All Known Implementing Classes:
AbstractTransactionListener,AuditManager
public interface TransactionListener extends BeginTransactionListener, FlushTransactionListener, EndTransactionListener
Interface for listening to allTransactionEvents.- Since:
- 0.2.5.0
- Author:
- Patrick Linskey, Abe White
-
-
Method Summary
-
Methods inherited from interface org.apache.openjpa.event.BeginTransactionListener
afterBegin
-
Methods inherited from interface org.apache.openjpa.event.EndTransactionListener
afterCommit, afterCommitComplete, afterRollback, afterRollbackComplete, afterStateTransitions, beforeCommit
-
Methods inherited from interface org.apache.openjpa.event.FlushTransactionListener
afterFlush, beforeFlush
-
-