org.apache.openjpa.jdbc.conf
Class JDBCProductDerivation

java.lang.Object
  extended by org.apache.openjpa.lib.conf.AbstractProductDerivation
      extended by org.apache.openjpa.jdbc.conf.JDBCProductDerivation
All Implemented Interfaces:
org.apache.openjpa.conf.OpenJPAProductDerivation, org.apache.openjpa.lib.conf.ProductDerivation

public class JDBCProductDerivation
extends org.apache.openjpa.lib.conf.AbstractProductDerivation
implements org.apache.openjpa.conf.OpenJPAProductDerivation

Sets JDBC as default store.


Field Summary
 
Fields inherited from interface org.apache.openjpa.conf.OpenJPAProductDerivation
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
 
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT
 
Constructor Summary
JDBCProductDerivation()
           
 
Method Summary
 boolean beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
           
 int getType()
           
 void putBrokerFactoryAliases(java.util.Map m)
           
 
Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getConfigurationPrefix, load, load, loadDefaults, loadGlobals, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getConfigurationPrefix, load, load, loadDefaults, loadGlobals, validate
 

Constructor Detail

JDBCProductDerivation

public JDBCProductDerivation()
Method Detail

putBrokerFactoryAliases

public void putBrokerFactoryAliases(java.util.Map m)
Specified by:
putBrokerFactoryAliases in interface org.apache.openjpa.conf.OpenJPAProductDerivation

getType

public int getType()
Specified by:
getType in interface org.apache.openjpa.lib.conf.ProductDerivation

beforeConfigurationConstruct

public boolean beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Specified by:
beforeConfigurationConstruct in interface org.apache.openjpa.lib.conf.ProductDerivation
Overrides:
beforeConfigurationConstruct in class org.apache.openjpa.lib.conf.AbstractProductDerivation