org.apache.openjpa.persistence
Class PersistenceProductDerivation.ConfigurationProviderImpl

java.lang.Object
  extended by org.apache.openjpa.lib.conf.MapConfigurationProvider
      extended by org.apache.openjpa.persistence.PersistenceProductDerivation.ConfigurationProviderImpl
All Implemented Interfaces:
org.apache.openjpa.lib.conf.ConfigurationProvider
Enclosing class:
PersistenceProductDerivation

public static class PersistenceProductDerivation.ConfigurationProviderImpl
extends org.apache.openjpa.lib.conf.MapConfigurationProvider

Custom configuration provider.


Constructor Summary
PersistenceProductDerivation.ConfigurationProviderImpl()
           
PersistenceProductDerivation.ConfigurationProviderImpl(Map props)
           
 
Method Summary
 void setInto(org.apache.openjpa.lib.conf.Configuration conf)
           
 void setSource(String source)
          Set the source of information in this provider.
 
Methods inherited from class org.apache.openjpa.lib.conf.MapConfigurationProvider
addProperties, addProperty, getProperties, setInto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceProductDerivation.ConfigurationProviderImpl

public PersistenceProductDerivation.ConfigurationProviderImpl()

PersistenceProductDerivation.ConfigurationProviderImpl

public PersistenceProductDerivation.ConfigurationProviderImpl(Map props)
Method Detail

setSource

public void setSource(String source)
Set the source of information in this provider.


setInto

public void setInto(org.apache.openjpa.lib.conf.Configuration conf)
Specified by:
setInto in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Overrides:
setInto in class org.apache.openjpa.lib.conf.MapConfigurationProvider


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.