Uses of Interface
org.apache.openjpa.lib.conf.ConfigurationProvider
Packages that use ConfigurationProvider
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA Configuration
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Configuration Framework
OpenJPA JPA
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of ConfigurationProvider in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic AbstractStoreBrokerFactoryAbstractStoreBrokerFactory.getInstance(ConfigurationProvider cp) Factory method for obtaining a possibly-pooledBrokerFactoryfrom properties.static AbstractStoreBrokerFactoryAbstractStoreBrokerFactory.newInstance(ConfigurationProvider cp) Factory method for constructing aBrokerFactoryfrom properties. -
Uses of ConfigurationProvider in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic ObjectBrokerFactoryValue.get(ConfigurationProvider cp) Extract the value of this property if set in the given provider.static voidBrokerFactoryValue.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 ConfigurationProviderModifier and TypeMethodDescriptionbooleanJDBCProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) -
Uses of ConfigurationProvider in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic JDBCBrokerFactoryJDBCBrokerFactory.getInstance(ConfigurationProvider cp, ClassLoader loader) Factory method for obtaining a possibly-pooled factory from properties.static JDBCBrokerFactoryJDBCBrokerFactory.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 ConfigurationProviderModifier and TypeMethodDescriptionstatic BrokerFactoryBootstrap.getBrokerFactory(ConfigurationProvider conf, ClassLoader loader) Return a pooled factory for the given configuration.static BrokerFactoryBootstrap.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 ConfigurationProviderModifier and TypeClassDescriptionclassSimple configuration provider that sets configuration based on a provided map.Methods in org.apache.openjpa.lib.conf that return ConfigurationProviderModifier and TypeMethodDescriptionAbstractProductDerivation.load(String resource, String anchor, ClassLoader loader) Load given file, or return null if it is not a file this receiver understands.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.static ConfigurationProviderProductDerivations.load(File file, String anchor, ClassLoader loader) Load given file, or return false if it is not a file this provider understands.static ConfigurationProviderProductDerivations.load(String resource, String anchor, ClassLoader loader) Load the given given resource, or return false if it is not a resource this provider understands.AbstractProductDerivation.loadDefaults(ClassLoader loader) ProductDerivation.loadDefaults(ClassLoader loader) Load defaults into the returned ConfigurationProvider, or return null if no defaults are found.static ConfigurationProviderProductDerivations.loadDefaults(ClassLoader loader) Return aConfigurationProviderthat has parsed system defaults.AbstractProductDerivation.loadGlobals(ClassLoader loader) ProductDerivation.loadGlobals(ClassLoader loader) Load globals into the returned ConfigurationProvider, or return null if no globals are found.static ConfigurationProviderProductDerivations.loadGlobals(ClassLoader loader) Return aConfigurationProviderthat has parsed system globals.Methods in org.apache.openjpa.lib.conf with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionbooleanAbstractProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) booleanProductDerivation.beforeConfigurationConstruct(ConfigurationProvider cp) Provides the instance with a callback to mutate the initial properties of theConfigurationProvider.static voidProductDerivations.beforeConfigurationConstruct(ConfigurationProvider cp) ApplyProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider)callbacks to the the given instance. -
Uses of ConfigurationProvider in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement ConfigurationProviderModifier and TypeClassDescriptionstatic classCustom configuration provider.Methods in org.apache.openjpa.persistence that return ConfigurationProviderModifier and TypeMethodDescriptionLoad configuration from the given persistence unit with the specified user properties.PersistenceProductDerivation.load(String rsrc, String anchor, ClassLoader loader) Load configuration from the given resource and unit names, which may be null.PersistenceProductDerivation.loadDefaults(ClassLoader loader) PersistenceProductDerivation.loadGlobals(ClassLoader loader) -
Uses of ConfigurationProvider in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc with parameters of type ConfigurationProviderModifier and TypeMethodDescriptionstatic JDBCBrokerFactoryDistributedJDBCBrokerFactory.getInstance(ConfigurationProvider cp) Factory method for obtaining a possibly-pooled factory from properties.static DistributedJDBCBrokerFactoryDistributedJDBCBrokerFactory.newInstance(ConfigurationProvider cp) Factory method for constructing a factory from properties.Constructors in org.apache.openjpa.slice.jdbc with parameters of type ConfigurationProviderModifierConstructorDescriptionConfigure itself as well as underlying slices.