|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 |
ObjectValue.instantiate(Class type,
Configuration conf,
boolean fatal)
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.newInstance(String clsName,
Class type,
Configuration conf,
boolean fatal)
Allow subclasses to instantiate additional plugins. |
static Object |
Configurations.newInstance(String clsName,
Configuration conf,
String props,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |