org.apache.openjpa.jdbc.conf
Class JDBCProductDerivation
java.lang.Object
org.apache.openjpa.jdbc.conf.JDBCProductDerivation
- All Implemented Interfaces:
- org.apache.openjpa.conf.ProductDerivation
public class JDBCProductDerivation
- extends java.lang.Object
- implements org.apache.openjpa.conf.ProductDerivation
Sets JDBC as default store.
Fields inherited from interface org.apache.openjpa.conf.ProductDerivation |
TYPE_FEATURE, TYPE_PRODUCT, TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCProductDerivation
public JDBCProductDerivation()
getType
public int getType()
- Specified by:
getType
in interface org.apache.openjpa.conf.ProductDerivation
beforeConfigurationConstruct
public void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
- Specified by:
beforeConfigurationConstruct
in interface org.apache.openjpa.conf.ProductDerivation
beforeConfigurationLoad
public void beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration c)
- Specified by:
beforeConfigurationLoad
in interface org.apache.openjpa.conf.ProductDerivation
afterSpecificationSet
public void afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration c)
- Specified by:
afterSpecificationSet
in interface org.apache.openjpa.conf.ProductDerivation
Copyright © 2006 Apache Software Foundation. All Rights Reserved.