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.
 

Classes in org.apache.openjpa.lib.conf used by org.apache.openjpa.lib.conf
BooleanValue
          A boolean Value.
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.
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
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.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.