|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationProvider | |
---|---|
org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation |
org.apache.openjpa.conf | OpenJPA Configuration |
org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration |
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
org.apache.openjpa.lib.conf | Configuration Framework |
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of ConfigurationProvider in org.apache.openjpa.abstractstore |
---|
Methods in org.apache.openjpa.abstractstore with parameters of type ConfigurationProvider | |
---|---|
static AbstractStoreBrokerFactory |
AbstractStoreBrokerFactory.getInstance(ConfigurationProvider cp)
Factory method for obtaining a possibly-pooled BrokerFactory
from properties. |
static AbstractStoreBrokerFactory |
AbstractStoreBrokerFactory.newInstance(ConfigurationProvider cp)
Factory method for constructing a BrokerFactory
from properties. |
Uses of ConfigurationProvider in org.apache.openjpa.conf |
---|
Methods in org.apache.openjpa.conf with parameters of type ConfigurationProvider | |
---|---|
static Object |
BrokerFactoryValue.get(ConfigurationProvider cp)
Extract the value of this property if set in the given provider. |
static void |
BrokerFactoryValue.set(ConfigurationProvider cp,
String value)
Set the value of this property in the given provider. |
Uses of ConfigurationProvider in org.apache.openjpa.jdbc.conf |
---|
Methods in org.apache.openjpa.jdbc.conf with parameters of type ConfigurationProvider | |
---|---|
boolean |
JDBCProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
|
Uses of ConfigurationProvider in org.apache.openjpa.jdbc.kernel |
---|
Methods in org.apache.openjpa.jdbc.kernel with parameters of type ConfigurationProvider | |
---|---|
static JDBCBrokerFactory |
JDBCBrokerFactory.getInstance(ConfigurationProvider cp)
Factory method for obtaining a possibly-pooled factory from properties. |
static JDBCBrokerFactory |
JDBCBrokerFactory.newInstance(ConfigurationProvider cp)
Factory method for constructing a factory from properties. |
Uses of ConfigurationProvider in org.apache.openjpa.kernel |
---|
Methods in org.apache.openjpa.kernel with parameters of type ConfigurationProvider | |
---|---|
static BrokerFactory |
Bootstrap.getBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a pooled factory for the given configuration. |
static BrokerFactory |
Bootstrap.newBrokerFactory(ConfigurationProvider conf,
ClassLoader loader)
Return a new factory for the given configuration. |
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 |
ProductDerivation.load(File file,
String anchor)
Load given file, or return null if it is not a file this receiver understands. |
ConfigurationProvider |
AbstractProductDerivation.load(File file,
String anchor)
|
static ConfigurationProvider |
ProductDerivations.load(File file,
String anchor,
ClassLoader loader)
Load given file, or return false if it is not a file this provider understands. |
static ConfigurationProvider |
ProductDerivations.load(String resource,
String anchor,
ClassLoader loader)
Load the given given resource, or return false if it is not a resource this provider understands. |
ConfigurationProvider |
ProductDerivation.load(String resource,
String anchor,
ClassLoader loader)
Load the given given resource into the returned ConfigurationProvider, or return null if it is not a resource this receiver understands. |
ConfigurationProvider |
AbstractProductDerivation.load(String resource,
String anchor,
ClassLoader loader)
|
static ConfigurationProvider |
ProductDerivations.loadDefaults(ClassLoader loader)
Return a ConfigurationProvider that has parsed system defaults. |
ConfigurationProvider |
ProductDerivation.loadDefaults(ClassLoader loader)
Load defaults into the returned ConfigurationProvider, or return null if no defaults are found. |
ConfigurationProvider |
AbstractProductDerivation.loadDefaults(ClassLoader loader)
|
static ConfigurationProvider |
ProductDerivations.loadGlobals(ClassLoader loader)
Return a ConfigurationProvider that has parsed system globals. |
ConfigurationProvider |
ProductDerivation.loadGlobals(ClassLoader loader)
Load globals into the returned ConfigurationProvider, or return null if no globals are found. |
ConfigurationProvider |
AbstractProductDerivation.loadGlobals(ClassLoader loader)
|
Methods in org.apache.openjpa.lib.conf with parameters of type ConfigurationProvider | |
---|---|
static void |
ProductDerivations.beforeConfigurationConstruct(ConfigurationProvider cp)
Apply ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider) callbacks
to the the given instance. |
boolean |
ProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
Provides the instance with a callback to mutate the initial properties of the ConfigurationProvider . |
boolean |
AbstractProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp)
|
Uses of ConfigurationProvider in org.apache.openjpa.persistence |
---|
Classes in org.apache.openjpa.persistence that implement ConfigurationProvider | |
---|---|
static class |
PersistenceProductDerivation.ConfigurationProviderImpl
Custom configuration provider. |
Methods in org.apache.openjpa.persistence that return ConfigurationProvider | |
---|---|
ConfigurationProvider |
PersistenceProductDerivation.load(File file,
String anchor)
|
ConfigurationProvider |
PersistenceProductDerivation.load(PersistenceUnitInfo pinfo,
Map m)
Load configuration from the given persistence unit with the specified user properties. |
ConfigurationProvider |
PersistenceProductDerivation.load(String rsrc,
String anchor,
ClassLoader loader)
|
ConfigurationProvider |
PersistenceProductDerivation.load(String rsrc,
String name,
Map m)
Load configuration from the given resource and unit names, which may be null. |
ConfigurationProvider |
PersistenceProductDerivation.loadDefaults(ClassLoader loader)
|
ConfigurationProvider |
PersistenceProductDerivation.loadGlobals(ClassLoader loader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |