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

Packages that use Configuration
org.apache.openjpa.lib.ant Ant Integration This package provides a foundation for basic Ant support. 
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.identifier   
org.apache.openjpa.lib.instrumentation   
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
 

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
static void ProductDerivations.afterSpecificationSet(Configuration conf)
          Apply ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
 boolean ProductDerivation.afterSpecificationSet(Configuration conf)
          Called after the specification has been set.
 boolean AbstractProductDerivation.afterSpecificationSet(Configuration conf)
           
static void ProductDerivations.beforeClose(Configuration conf)
          Called as the first step of a Configuration's close() method.
 void ProductDerivation.beforeConfigurationClose(Configuration conf)
          Called before the given Configuration is closed.
 void AbstractProductDerivation.beforeConfigurationClose(Configuration conf)
           
static void ProductDerivations.beforeConfigurationLoad(Configuration conf)
          Apply ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration) callbacks to the the given instance.
 boolean ProductDerivation.beforeConfigurationLoad(Configuration conf)
          Provides the instance with the opportunity to mutate conf before the user configuration is applied.
 boolean AbstractProductDerivation.beforeConfigurationLoad(Configuration conf)
           
 Object ObjectValue.configure(Object obj, Configuration conf)
          Configure the given object.
 Object PluginValue.configure(Object obj, Configuration conf, boolean fatal)
          Configure the given object.
 Object ObjectValue.configure(Object obj, Configuration conf, boolean fatal)
          Configure the given object.
static void Configurations.configureInstance(Object obj, Configuration conf, 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(Object obj, Configuration conf, Properties properties, 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(Object obj, Configuration conf, 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(Object obj, Configuration conf, String properties, String configurationName)
          Configures the given object with the given properties by matching the properties string to the object's setter methods.
 Object ObjectValue.instantiate(Class<?> type, Configuration conf)
          Instantiate the object as an instance of the given class.
 Object PluginValue.instantiate(Class<?> type, Configuration conf, boolean fatal)
          Instantiate the plugin as an instance of the given class.
 Object PluginListValue.instantiate(Class<?> elemType, Configuration conf, boolean fatal)
          Instantiate the plugins as instances of the given class.
 Object ObjectValue.instantiate(Class<?> type, Configuration conf, boolean fatal)
          Instantiate the object as an instance of the given class.
 Object ObjectValue.newInstance(String clsName, Class<?> type, Configuration conf, boolean fatal)
          Allow subclasses to instantiate additional plugins.
static Object Configurations.newInstance(String clsName, Configuration conf, Properties props, ClassLoader loader)
          Create and configure an instance with the given class name and properties.
static Object Configurations.newInstance(String clsName, Configuration conf, String props, ClassLoader loader)
          Create and configure an instance with the given class name and properties as a String.
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 MapConfigurationProvider.setInto(Configuration conf)
           
 void ConfigurationProvider.setInto(Configuration conf)
          Set loaded information into the given configuration.
protected  void MapConfigurationProvider.setInto(Configuration conf, Log log)
          Set properties into configuration.
 

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

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

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

Methods in org.apache.openjpa.lib.instrumentation that return Configuration
 Configuration InstrumentationProvider.getConfiguration()
          Gets the configuration associated with the instrumentation provider
 Configuration AbstractInstrumentationProvider.getConfiguration()
           
 

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

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)
           
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.