Uses of Interface
org.apache.openjpa.lib.conf.Configuration

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

Uses of Configuration in org.apache.openjpa.lib.ant
 

Methods in org.apache.openjpa.lib.ant that return Configuration
 Configuration AbstractTask.getConfiguration()
          The task configuration.
 

Uses of Configuration in org.apache.openjpa.lib.conf
 

Classes in org.apache.openjpa.lib.conf that implement Configuration
 class ConfigurationImpl
          Default implementation of the Configuration interface.
 

Methods in org.apache.openjpa.lib.conf with parameters of type Configuration
 boolean AbstractProductDerivation.afterSpecificationSet(Configuration conf)
           
 boolean ProductDerivation.afterSpecificationSet(Configuration conf)
          Called after the specification has been set.
static void ProductDerivations.afterSpecificationSet(Configuration conf)
          Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
static void ProductDerivations.beforeClose(Configuration conf)
          Called as the first step of a Configuration's close() method.
 void AbstractProductDerivation.beforeConfigurationClose(Configuration conf)
           
 void ProductDerivation.beforeConfigurationClose(Configuration conf)
          Called before the given Configuration is closed.
 boolean AbstractProductDerivation.beforeConfigurationLoad(Configuration conf)
           
 boolean ProductDerivation.beforeConfigurationLoad(Configuration conf)
          Provides the instance with the opportunity to mutate conf before the user configuration is applied.
static void ProductDerivations.beforeConfigurationLoad(Configuration conf)
          Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.util.Properties properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.util.Properties properties, java.lang.String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.lang.String properties)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
static void Configurations.configureInstance(java.lang.Object obj, Configuration conf, java.lang.String properties, java.lang.String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
 java.lang.Object ObjectValue.instantiate(java.lang.Class type, Configuration conf)
          Instantiate the object as an instance of the given class.
 java.lang.Object ObjectValue.instantiate(java.lang.Class type, Configuration conf, boolean fatal)
          Instantiate the object as an instance of the given class.
 java.lang.Object PluginValue.instantiate(java.lang.Class type, Configuration conf, boolean fatal)
          Instantiate the plugin as an instance of the given class.
 java.lang.Object PluginListValue.instantiate(java.lang.Class elemType, Configuration conf, boolean fatal)
          Instantiate the plugins as instances of the given class.
 java.lang.Object ObjectValue.newInstance(java.lang.String clsName, java.lang.Class type, Configuration conf, boolean fatal)
          Allow subclasses to instantiate additional plugins.
static java.lang.Object Configurations.newInstance(java.lang.String clsName, Configuration conf, java.lang.String props, java.lang.ClassLoader loader)
          Create and configure an instance with the given class name and properties.
static void Configurations.populateConfiguration(Configuration conf, Options opts)
          Set the given Configuration instance from the command line options provided.
 void Configurable.setConfiguration(Configuration conf)
          Invoked prior to setting bean properties.
 void ConfigurationProvider.setInto(Configuration conf)
          Set loaded information into the given configuration.
 void MapConfigurationProvider.setInto(Configuration conf)
           
protected  void MapConfigurationProvider.setInto(Configuration conf, Log log)
          Set properties into configuration.
 

Uses of Configuration in org.apache.openjpa.lib.log
 

Methods in org.apache.openjpa.lib.log with parameters of type Configuration
 void LogFactoryImpl.setConfiguration(Configuration conf)