Uses of Package
org.apache.openjpa.lib.conf
-
Packages that use org.apache.openjpa.lib.conf Package Description org.apache.openjpa.lib.ant Ant Integrationorg.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.identifier org.apache.openjpa.lib.instrumentation org.apache.openjpa.lib.log Logging -
Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.ant Class Description Configuration Interface for generic configuration objects.ConfigurationImpl Default implementation of theConfiguration
interface. -
Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.conf Class Description BooleanValue A booleanValue
.BootstrapException Exception recognized bybootstrap
framework.Configuration Interface for generic configuration objects.ConfigurationProvider Implementations of this interface can populateConfiguration
s in some environment-specific way.Configurations.Runnable DoubleValue A doubleValue
.FileValue IntValue An intValue
.ObjectValue An objectValue
.PluginListValue A list of plugins.PluginValue A pluginValue
consisting of plugin name and properties.ProductDerivation Hooks for deriving products with additional functionality.StringListValue A comma-separated list of string values.StringValue A stringValue
.Value A configuration value.ValueListener Components can listen onValue
objects for changes directly. -
Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.identifier Class Description Configurable This interface provides a mechanism for notifying interested objects when configuration events occur.Configuration Interface for generic configuration objects. -
Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.instrumentation Class Description Configurable This interface provides a mechanism for notifying interested objects when configuration events occur.Configuration Interface for generic configuration objects. -
Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.log Class Description Configurable This interface provides a mechanism for notifying interested objects when configuration events occur.Configuration Interface for generic configuration objects.GenericConfigurable Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normalOptions.setInto(java.lang.Object)
means.