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

Packages that use ConfigurationProvider
org.apache.openjpa.lib.conf Configuration Framework 
 

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

Classes in org.apache.openjpa.lib.conf that implement ConfigurationProvider
 class MapConfigurationProvider
          Simple configuration provider that sets configuration based on a provided map.
 

Methods in org.apache.openjpa.lib.conf that return ConfigurationProvider
 ConfigurationProvider AbstractProductDerivation.load(java.io.File file, java.lang.String anchor)
           
 ConfigurationProvider ProductDerivation.load(java.io.File file, java.lang.String anchor)
          Load given file, or return null if it is not a file this receiver understands.
static ConfigurationProvider ProductDerivations.load(java.io.File file, java.lang.String anchor, java.lang.ClassLoader loader)
          Load given file, or return false if it is not a file this provider understands.
 ConfigurationProvider AbstractProductDerivation.load(java.lang.String resource, java.lang.String anchor, java.lang.ClassLoader loader)
           
 ConfigurationProvider ProductDerivation.load(java.lang.String resource, java.lang.String anchor, java.lang.ClassLoader loader)
          Load the given given resource into the returned ConfigurationProvider, or return null if it is not a resource this receiver understands.
static ConfigurationProvider ProductDerivations.load(java.lang.String resource, java.lang.String anchor, java.lang.ClassLoader loader)
          Load the given given resource, or return false if it is not a resource this provider understands.
 ConfigurationProvider AbstractProductDerivation.loadDefaults(java.lang.ClassLoader loader)
           
 ConfigurationProvider ProductDerivation.loadDefaults(java.lang.ClassLoader loader)
          Load defaults into the returned ConfigurationProvider, or return null if no defaults are found.
static ConfigurationProvider ProductDerivations.loadDefaults(java.lang.ClassLoader loader)
          Return a ConfigurationProvider that has parsed system defaults.
 ConfigurationProvider AbstractProductDerivation.loadGlobals(java.lang.ClassLoader loader)
           
 ConfigurationProvider ProductDerivation.loadGlobals(java.lang.ClassLoader loader)
          Load globals into the returned ConfigurationProvider, or return null if no globals are found.
static ConfigurationProvider ProductDerivations.loadGlobals(java.lang.ClassLoader loader)
          Return a ConfigurationProvider that has parsed system globals.
 

Methods in org.apache.openjpa.lib.conf with parameters of type ConfigurationProvider
 boolean AbstractProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
           
 boolean ProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
          Provides the instance with a callback to mutate the initial properties of the ConfigurationProvider.
static void ProductDerivations.beforeConfigurationConstruct(ConfigurationProvider cp)
          Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks to the the given instance.