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 LifecycleEventManagerOpenJPAConfiguration. getLifecycleEventManagerInstance()Gets the lifecycle event manager instance.LifecycleEventManagerOpenJPAConfigurationImpl. getLifecycleEventManagerInstance() - 
Uses of LifecycleEventManager in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return LifecycleEventManager Modifier and Type Method Description LifecycleEventManagerBroker. getLifecycleEventManager()Return the lifecycle event manager associated with the broker.LifecycleEventManagerBrokerImpl. getLifecycleEventManager()Give state managers access to the lifecycle event manager.LifecycleEventManagerDelegatingBroker. getLifecycleEventManager() - 
Uses of LifecycleEventManager in org.apache.openjpa.validation
Subclasses of LifecycleEventManager in org.apache.openjpa.validation Modifier and Type Class Description classValidatingLifecycleEventManagerAn extension of LifecycleEventManager which adds validation capabilities for specific lifecycle events. 
 -