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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInto
(Configuration conf) Set loaded information into the given configuration.void
Set 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:ConfigurationProvider
Set loaded information into the given configuration.- Specified by:
setInto
in interfaceConfigurationProvider
- Overrides:
setInto
in classMapConfigurationProvider
-