Uses of Package
org.apache.openjpa.event
-
Packages that use org.apache.openjpa.event Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.event.kubernetes org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.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 Class Description BrokerFactoryEventManager EventManager
responsible for notifying listeners ofBrokerFactoryEvent
s.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 notifyRemoteCommitListener
s on remote commit events.RemoteCommitProvider An entity that is responsible for communicating commit notification to otherRemoteCommitEventManager
s. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.datacache Class Description 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 Class Description AbstractRemoteCommitProvider Abstract implementation ofRemoteCommitProvider
.AttachListener Listener for when a detached instance is attached.BeginTransactionListener Notified when transactions begin.BrokerFactoryEvent Event fired when aBrokerFactory
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 allLifecycleEvent
s.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 notifyRemoteCommitListener
s 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 otherRemoteCommitEventManager
s.StoreListener Listener for when persistent instances are stored to the database.TCPRemoteCommitProvider TCP-based implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets.TCPRemoteCommitProvider.HostAddress Utility class to store an InetAddress and an int.TransactionEvent A transactional event.TransactionListener Interface for listening to allTransactionEvent
s. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.event.kubernetes Class Description AbstractRemoteCommitProvider Abstract implementation ofRemoteCommitProvider
.DynamicTCPRemoteCommitProvider RemoteCommitProvider An entity that is responsible for communicating commit notification to otherRemoteCommitEventManager
s.TCPRemoteCommitProvider TCP-based implementation ofRemoteCommitProvider
that listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.kernel Class Description 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 allTransactionEvent
s. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.meta Class Description 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 Class Description CallbackModes Callback handling constants.LifecycleCallbacks A lifecycle listener that responds to callbacks rather than events. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.slice Class Description CallbackModes Callback handling constants. -
Classes in org.apache.openjpa.event used by org.apache.openjpa.validation Class Description CallbackModes Callback handling constants.LifecycleEventManager Manager that can be used to track and notify listeners on lifecycle events.