Class AbstractTransactionListener

java.lang.Object
org.apache.openjpa.event.AbstractTransactionListener
All Implemented Interfaces:
BeginTransactionListener, EndTransactionListener, FlushTransactionListener, TransactionListener

public abstract class AbstractTransactionListener extends Object implements TransactionListener
Abstract implementation of the TransactionListener interface that provides no-op implementations of all methods.
Since:
0.3.0
Author:
Abe White