Uses of Class
org.apache.openjpa.event.LifecycleEventManager
-
Packages that use LifecycleEventManager Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.validation -
-
Uses of LifecycleEventManager in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return LifecycleEventManager Modifier and Type Method Description LifecycleEventManager
OpenJPAConfiguration. getLifecycleEventManagerInstance()
Gets the lifecycle event manager instance.LifecycleEventManager
OpenJPAConfigurationImpl. getLifecycleEventManagerInstance()
-
Uses of LifecycleEventManager in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return LifecycleEventManager Modifier and Type Method Description LifecycleEventManager
Broker. getLifecycleEventManager()
Return the lifecycle event manager associated with the broker.LifecycleEventManager
BrokerImpl. getLifecycleEventManager()
Give state managers access to the lifecycle event manager.LifecycleEventManager
DelegatingBroker. getLifecycleEventManager()
-
Uses of LifecycleEventManager in org.apache.openjpa.validation
Subclasses of LifecycleEventManager in org.apache.openjpa.validation Modifier and Type Class Description class
ValidatingLifecycleEventManager
An extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events.
-