Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.instrumentation | |
org.apache.openjpa.lib.conf |
Configuration Framework
This package provides an extendable product configuration framework.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheMarshallersValue
A configuration value for handling and accessing cache marshallers.
|
Modifier and Type | Field and Description |
---|---|
PluginListValue |
OpenJPAConfigurationImpl.aggregateListenerPlugins |
PluginListValue |
OpenJPAConfigurationImpl.filterListenerPlugins |
PluginListValue |
OpenJPAConfigurationImpl.instrumentationProviders |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationManager.initialize(OpenJPAConfiguration conf,
PluginListValue providers)
Used to initialize one or more providers using the supplied configuration.
|
void |
InstrumentationManagerImpl.initialize(OpenJPAConfiguration conf,
PluginListValue pluginVal)
Initializes all providers defined for the specified configuration.
|
Modifier and Type | Method and Description |
---|---|
PluginListValue |
ConfigurationImpl.addPluginList(String property)
Add the given value to the set of configuration properties.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.