Uses of Class
org.apache.openjpa.event.LifecycleEventManager
Packages that use LifecycleEventManager
Package
Description
OpenJPA Configuration
OpenJPA Runtime Kernel
-
Uses of LifecycleEventManager in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return LifecycleEventManagerModifier and TypeMethodDescriptionOpenJPAConfiguration.getLifecycleEventManagerInstance()
Gets the lifecycle event manager instance.OpenJPAConfigurationImpl.getLifecycleEventManagerInstance()
-
Uses of LifecycleEventManager in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return LifecycleEventManagerModifier and TypeMethodDescriptionBroker.getLifecycleEventManager()
Return the lifecycle event manager associated with the broker.BrokerImpl.getLifecycleEventManager()
Give state managers access to the lifecycle event manager.DelegatingBroker.getLifecycleEventManager()
-
Uses of LifecycleEventManager in org.apache.openjpa.validation
Subclasses of LifecycleEventManager in org.apache.openjpa.validationModifier and TypeClassDescriptionclass
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.