org.apache.openjpa.jdbc.conf
Class JDBCProductDerivation

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


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
JDBCProductDerivation()
           
 
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

JDBCProductDerivation

public JDBCProductDerivation()
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.