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 SummaryConstructors Constructor Description ConfigurationProviderImpl()ConfigurationProviderImpl(java.util.Map props)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetInto(Configuration conf)Set loaded information into the given configuration.voidsetSource(java.lang.String source)Set the source of information in this provider.- 
Methods inherited from class org.apache.openjpa.lib.conf.MapConfigurationProvideraddProperties, addProperty, getProperties, setInto
 
- 
 
- 
- 
- 
Method Detail- 
setSourcepublic void setSource(java.lang.String source) Set the source of information in this provider.
 - 
setIntopublic void setInto(Configuration conf) Description copied from interface:ConfigurationProviderSet loaded information into the given configuration.- Specified by:
- setIntoin interface- ConfigurationProvider
- Overrides:
- setIntoin class- MapConfigurationProvider
 
 
- 
 
-