Package org.apache.openjpa.event
Interface BeginTransactionListener
- All Known Subinterfaces:
TransactionListener
- All Known Implementing Classes:
AbstractTransactionListener
,AuditManager
public interface BeginTransactionListener
Notified when transactions begin.
- Since:
- 0.2.5.0
- Author:
- Patrick Linskey, Abe White
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterBegin
(TransactionEvent event) Notification that a transaction has begun.
-
Method Details
-
afterBegin
Notification that a transaction has begun.- See Also:
-