org.apache.openjpa.persistence
Class PersistenceProductDerivation.ConfigurationProviderImpl
java.lang.Object
   org.apache.openjpa.lib.conf.MapConfigurationProvider
org.apache.openjpa.lib.conf.MapConfigurationProvider
       org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationProviderImpl
org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationProviderImpl
- All Implemented Interfaces: 
- ConfigurationProvider
- Enclosing class:
- PersistenceProductDerivation
- public static class PersistenceProductDerivation.ConfigurationProviderImpl 
- extends MapConfigurationProvider
Custom configuration provider.
 
| Method Summary | 
|  void | setInto(Configuration conf)Set loaded information into the given configuration.
 | 
|  void | setSource(String source)Set the source of information in this provider.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistenceProductDerivation.ConfigurationProviderImpl
public PersistenceProductDerivation.ConfigurationProviderImpl()
PersistenceProductDerivation.ConfigurationProviderImpl
public PersistenceProductDerivation.ConfigurationProviderImpl(Map props)
setSource
public void setSource(String source)
- Set the source of information in this provider.
 
- 
 
setInto
public void setInto(Configuration conf)
- Description copied from interface: ConfigurationProvider
- Set loaded information into the given configuration.
 
- 
- Specified by:
- setIntoin interface- ConfigurationProvider
- Overrides:
- setIntoin class- MapConfigurationProvider
 
- 
 
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.