Uses of Class
org.apache.openjpa.lib.conf.ObjectValue
-
Packages that use ObjectValue Package Description org.apache.openjpa.lib.conf Configuration Framework -
-
Uses of ObjectValue in org.apache.openjpa.lib.conf
Subclasses of ObjectValue in org.apache.openjpa.lib.conf Modifier and Type Class Description class
PluginListValue
A list of plugins.class
PluginValue
A pluginValue
consisting of plugin name and properties.Fields in org.apache.openjpa.lib.conf declared as ObjectValue Modifier and Type Field Description ObjectValue
ConfigurationImpl. logFactoryPlugin
Methods in org.apache.openjpa.lib.conf that return ObjectValue Modifier and Type Method Description ObjectValue
ConfigurationImpl. addObject(String property)
Add the given value to the set of configuration properties.
-