org.apache.openjpa.persistence.jdbc
Class JDBCPersistenceProductDerivation
java.lang.Object
org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
- All Implemented Interfaces:
- org.apache.openjpa.conf.ProductDerivation
public class JDBCPersistenceProductDerivation
- extends java.lang.Object
- implements org.apache.openjpa.conf.ProductDerivation
Sets JDBC-specific JPA specification defaults.
- Author:
- Abe White
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 |
JDBCPersistenceProductDerivation
public JDBCPersistenceProductDerivation()
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.