Uses of Package
org.apache.openjpa.event

Packages that use org.apache.openjpa.event
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.event OpenJPA Events 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.validation   
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.conf
BrokerFactoryEventManager
          EventManager responsible for notifying listeners of BrokerFactoryEvents.
LifecycleEventManager
          Manager that can be used to track and notify listeners on lifecycle events.
OrphanedKeyAction
          Perform an action when OpenJPA detects an orphaned key in the database.
RemoteCommitEventManager
          Manager that can be used to track and notify RemoteCommitListeners on remote commit events.
RemoteCommitProvider
          An entity that is responsible for communicating commit notification to other RemoteCommitEventManagers.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.datacache
RemoteCommitEvent
          Event type to hold the IDs of additions, updates, and deletes.
RemoteCommitListener
          An entity that wishes to be notified when Brokers associated with remote BrokerFactories commit.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.event
AbstractRemoteCommitProvider
          Abstract implementation of RemoteCommitProvider.
AttachListener
          Listener for when a detached instance is attached.
BeginTransactionListener
          Notified when transactions begin.
BrokerFactoryEvent
          Event fired when a BrokerFactory is created.
CallbackModes
          Callback handling constants.
ClearListener
          Listener for when persistent state is cleared from an instance.
DeleteListener
          Listener for when a persistent instance is deleted.
DetachListener
          Listener for when a persistent instance is detached.
DirtyListener
          Listener for when a persistent instance becomes dirty.
EndTransactionListener
          Notified when transactions end.
FlushTransactionListener
          Notified on transaction flush.
LifecycleCallbacks
          A lifecycle listener that responds to callbacks rather than events.
LifecycleEvent
          Lifecycle event on a persistent instance.
LifecycleEventManager.ListenerList
          Extended list that tracks what event types its elements care about.
LifecycleListener
          Interface for listening to all LifecycleEvents.
LoadListener
          Listener for when state is loaded into a persistent instnace.
MethodLifecycleCallbacks
          Callback adapter that invokes a callback method via reflection.
OrphanedKeyAction
          Perform an action when OpenJPA detects an orphaned key in the database.
PersistListener
          Listener for newly-persisted instances.
RemoteCommitEvent
          Event type to hold the IDs of additions, updates, and deletes.
RemoteCommitEventManager
          Manager that can be used to track and notify RemoteCommitListeners on remote commit events.
RemoteCommitListener
          An entity that wishes to be notified when Brokers associated with remote BrokerFactories commit.
RemoteCommitProvider
          An entity that is responsible for communicating commit notification to other RemoteCommitEventManagers.
StoreListener
          Listener for when persistent instances are stored to the database.
TransactionEvent
          A transactional event.
TransactionListener
          Interface for listening to all TransactionEvents.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.kernel
BeginTransactionListener
          Notified when transactions begin.
CallbackModes
          Callback handling constants.
EndTransactionListener
          Notified when transactions end.
FlushTransactionListener
          Notified on transaction flush.
LifecycleEvent
          Lifecycle event on a persistent instance.
LifecycleEventManager
          Manager that can be used to track and notify listeners on lifecycle events.
TransactionEvent
          A transactional event.
TransactionListener
          Interface for listening to all TransactionEvents.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.meta
CallbackModes
          Callback handling constants.
LifecycleCallbacks
          A lifecycle listener that responds to callbacks rather than events.
LifecycleEventManager.ListenerList
          Extended list that tracks what event types its elements care about.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.persistence
CallbackModes
          Callback handling constants.
DeleteListener
          Listener for when a persistent instance is deleted.
LifecycleCallbacks
          A lifecycle listener that responds to callbacks rather than events.
LifecycleEvent
          Lifecycle event on a persistent instance.
LifecycleEventManager.ListenerAdapter
          Interface that facades to other lifecycle listener interfaces can implement to choose which events to respond to based on their delegate.
LoadListener
          Listener for when state is loaded into a persistent instnace.
PersistListener
          Listener for newly-persisted instances.
PostDeleteListener
           
PostPersistListener
           
UpdateListener
           
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.slice
CallbackModes
          Callback handling constants.
 

Classes in org.apache.openjpa.event used by org.apache.openjpa.validation
CallbackModes
          Callback handling constants.
LifecycleEventManager
          Manager that can be used to track and notify listeners on lifecycle events.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.