org.apache.openjpa.persistence.jdbc
Class JDBCPersistenceProductDerivation
java.lang.Object
org.apache.openjpa.lib.conf.AbstractProductDerivation
org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
- All Implemented Interfaces:
- OpenJPAProductDerivation, ProductDerivation
public class JDBCPersistenceProductDerivation
- extends AbstractProductDerivation
- implements OpenJPAProductDerivation
Sets JDBC-specific JPA specification defaults.
- Author:
- Abe White
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCPersistenceProductDerivation
public JDBCPersistenceProductDerivation()
putBrokerFactoryAliases
public void putBrokerFactoryAliases(Map<String,String> m)
- Specified by:
putBrokerFactoryAliases in interface OpenJPAProductDerivation
getType
public int getType()
- Specified by:
getType in interface ProductDerivation
validate
public void validate()
throws Exception
- Specified by:
validate in interface ProductDerivation- Overrides:
validate in class AbstractProductDerivation
- Throws:
Exception
beforeConfigurationLoad
public boolean beforeConfigurationLoad(Configuration c)
- Specified by:
beforeConfigurationLoad in interface ProductDerivation- Overrides:
beforeConfigurationLoad in class AbstractProductDerivation
afterSpecificationSet
public boolean afterSpecificationSet(Configuration c)
- Specified by:
afterSpecificationSet in interface ProductDerivation- Overrides:
afterSpecificationSet 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.