Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.validation |
Modifier and Type | Method and Description |
---|---|
LifecycleEventManager |
OpenJPAConfiguration.getLifecycleEventManagerInstance()
Gets the lifecycle event manager instance.
|
LifecycleEventManager |
OpenJPAConfigurationImpl.getLifecycleEventManagerInstance() |
Modifier and Type | Method and 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() |
Modifier and Type | Class and Description |
---|---|
class |
ValidatingLifecycleEventManager
An extension of LifecycleEventManager which adds validation capabilities for
specific lifecycle events.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.