Uses of Class
org.apache.openjpa.lib.conf.PluginListValue
-
Packages that use PluginListValue Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.instrumentation org.apache.openjpa.lib.conf Configuration Framework -
-
Uses of PluginListValue in org.apache.openjpa.conf
Subclasses of PluginListValue in org.apache.openjpa.conf Modifier and Type Class Description class
CacheMarshallersValue
A configuration value for handling and accessing cache marshallers.Fields in org.apache.openjpa.conf declared as PluginListValue Modifier and Type Field Description PluginListValue
OpenJPAConfigurationImpl. aggregateListenerPlugins
PluginListValue
OpenJPAConfigurationImpl. filterListenerPlugins
PluginListValue
OpenJPAConfigurationImpl. instrumentationProviders
-
Uses of PluginListValue in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type PluginListValue Modifier and Type Method 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. -
Uses of PluginListValue in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return PluginListValue Modifier and Type Method Description PluginListValue
ConfigurationImpl. addPluginList(java.lang.String property)
Add the given value to the set of configuration properties.
-