Package org.apache.openjpa.persistence
Class PersistenceProductDerivation.ConfigurationProviderImpl
java.lang.Object
org.apache.openjpa.lib.conf.MapConfigurationProvider
org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationProviderImpl
- All Implemented Interfaces:
ConfigurationProvider
- Enclosing class:
- PersistenceProductDerivation
public static class PersistenceProductDerivation.ConfigurationProviderImpl
extends MapConfigurationProvider
Custom configuration provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetInto(Configuration conf) Set loaded information into the given configuration.voidSet the source of information in this provider.Methods inherited from class org.apache.openjpa.lib.conf.MapConfigurationProvider
addProperties, addProperty, getProperties, setInto
-
Constructor Details
-
ConfigurationProviderImpl
public ConfigurationProviderImpl() -
ConfigurationProviderImpl
-
-
Method Details
-
setSource
Set the source of information in this provider. -
setInto
Description copied from interface:ConfigurationProviderSet loaded information into the given configuration.- Specified by:
setIntoin interfaceConfigurationProvider- Overrides:
setIntoin classMapConfigurationProvider
-