Uses of Package
org.apache.openjpa.lib.conf

Packages that use org.apache.openjpa.lib.conf
org.apache.openjpa.lib.ant Ant Integration 
org.apache.openjpa.lib.conf Configuration Framework 
org.apache.openjpa.lib.log Logging 
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.ant
Configuration
          Interface for generic configuration objects.
ConfigurationImpl
          Default implementation of the Configuration interface.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.conf
BooleanValue
          A boolean Value.
BootstrapException
          Exception recognized by bootstrap framework.
Configuration
          Interface for generic configuration objects.
ConfigurationProvider
          Implementations of this interface can populate Configurations in some environment-specific way.
DoubleValue
          A double Value.
FileValue
          A File Value.
IntValue
          An int Value.
ObjectValue
          An object Value.
PluginListValue
          A list of plugins.
PluginValue
          A plugin Value consisting of plugin name and properties.
ProductDerivation
          Hooks for deriving products with additional functionality.
StringListValue
          A comma-separated list of string values.
StringValue
          A string Value.
Value
          A configuration value.
ValueListener
          Components can listen on Value objects for changes directly.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.log
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 normal Options.setInto(java.lang.Object) means.