Uses of Interface
org.apache.openjpa.event.EndTransactionListener
-
Packages that use EndTransactionListener Package Description org.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of EndTransactionListener in org.apache.openjpa.event
Subinterfaces of EndTransactionListener in org.apache.openjpa.event Modifier and Type Interface Description interfaceTransactionListenerInterface for listening to allTransactionEvents.Classes in org.apache.openjpa.event that implement EndTransactionListener Modifier and Type Class Description classAbstractTransactionListenerAbstract implementation of theTransactionListenerinterface that provides no-op implementations of all methods.classRemoteCommitEventManagerManager that can be used to track and notifyRemoteCommitListeners on remote commit events. -
Uses of EndTransactionListener in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement EndTransactionListener Modifier and Type Class Description classAuditManagerController for audit facility.
-