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 interface
TransactionListener
Interface for listening to allTransactionEvent
s.Classes in org.apache.openjpa.event that implement EndTransactionListener Modifier and Type Class Description class
AbstractTransactionListener
Abstract implementation of theTransactionListener
interface that provides no-op implementations of all methods.class
RemoteCommitEventManager
Manager that can be used to track and notifyRemoteCommitListener
s 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 class
AuditManager
Controller for audit facility.
-