org.apache.openjpa.jdbc.conf
Class JDBCProductDerivation
java.lang.Object
org.apache.openjpa.lib.conf.AbstractProductDerivation
org.apache.openjpa.jdbc.conf.JDBCProductDerivation
- All Implemented Interfaces:
- OpenJPAProductDerivation, ProductDerivation
public class JDBCProductDerivation
- extends AbstractProductDerivation
- implements OpenJPAProductDerivation
Sets JDBC as default store.
| Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation |
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, 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, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate |
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
JDBCProductDerivation
public JDBCProductDerivation()
putBrokerFactoryAliases
public void putBrokerFactoryAliases(Map<String,String> m)
- Specified by:
putBrokerFactoryAliases in interface OpenJPAProductDerivation
getType
public int getType()
- Specified by:
getType in interface ProductDerivation
beforeConfigurationConstruct
public boolean beforeConfigurationConstruct(ConfigurationProvider cp)
- Specified by:
beforeConfigurationConstruct in interface ProductDerivation- Overrides:
beforeConfigurationConstruct in class AbstractProductDerivation
getSupportedQueryHints
public Set<String> getSupportedQueryHints()
- Specified by:
getSupportedQueryHints in interface ProductDerivation- Overrides:
getSupportedQueryHints in class AbstractProductDerivation
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.