Uses of Interface
org.apache.openjpa.event.EndTransactionListener

Packages that use EndTransactionListener
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
org.apache.openjpa.kernel OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. 
 

Uses of EndTransactionListener in org.apache.openjpa.event
 

Subinterfaces of EndTransactionListener in org.apache.openjpa.event
 interface TransactionListener
          Interface for listening to all TransactionEvents.
 

Classes in org.apache.openjpa.event that implement EndTransactionListener
 class AbstractTransactionListener
          Abstract implementation of the TransactionListener interface that provides no-op implementations of all methods.
 class RemoteCommitEventManager
          Manager that can be used to track and notify RemoteCommitListeners on remote commit events.
 

Uses of EndTransactionListener in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement EndTransactionListener
 class AuditManager
          Controller for audit facility.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.