org.apache.openjpa.persistence.jdbc
Class JDBCPersistenceProductDerivation

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.apache.openjpa.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT, TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
 
Constructor Summary
JDBCPersistenceProductDerivation()
           
 
Method Summary
 void afterSpecificationSet(org.apache.openjpa.conf.OpenJPAConfiguration c)
           
 void beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
           
 void beforeConfigurationLoad(org.apache.openjpa.conf.OpenJPAConfiguration c)
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCPersistenceProductDerivation

public JDBCPersistenceProductDerivation()
Method Detail

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.