Kodo 4.1.0 generated on October 9 2006

kodo.persistence
Class DeprecatedPersistenceProductDerivation

java.lang.Object
  extended by org.apache.openjpa.lib.conf.AbstractProductDerivation
      extended by kodo.persistence.DeprecatedPersistenceProductDerivation
All Implemented Interfaces:
org.apache.openjpa.conf.OpenJPAProductDerivation, org.apache.openjpa.lib.conf.ProductDerivation

Deprecated.

public class DeprecatedPersistenceProductDerivation
extends org.apache.openjpa.lib.conf.AbstractProductDerivation
implements org.apache.openjpa.conf.OpenJPAProductDerivation

Specializes PersistenceProductDerivation for backward compatibility with published Kodo-specific 4.0 API. This derivation is activated only when javax.persistence.provider is set to the Kodo 4.0 provider class name i.e. kodo.persistence.PersistenceProviderImpl. If this derivation is active, then it inserts the backward compatiable kodo.persistence.KodoEntityManagerFactoryImpl to the resultant configuration.

Since:
4.1

Field Summary
 
Fields inherited from interface org.apache.openjpa.conf.OpenJPAProductDerivation
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
 
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT
 
Constructor Summary
DeprecatedPersistenceProductDerivation()
          Deprecated.  
 
Method Summary
 boolean beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
          Deprecated.  
 int getType()
          Deprecated.  
 void putBrokerFactoryAliases(Map m)
          Deprecated.  
 
Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation
afterSpecificationSet, beforeConfigurationLoad, getConfigurationPrefix, load, load, loadDefaults, loadGlobals
 
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, beforeConfigurationLoad, getConfigurationPrefix, load, load, loadDefaults, loadGlobals
 

Constructor Detail

DeprecatedPersistenceProductDerivation

public DeprecatedPersistenceProductDerivation()
Deprecated. 
Method Detail

putBrokerFactoryAliases

public void putBrokerFactoryAliases(Map m)
Deprecated. 
Specified by:
putBrokerFactoryAliases in interface org.apache.openjpa.conf.OpenJPAProductDerivation

getType

public int getType()
Deprecated. 
Specified by:
getType in interface org.apache.openjpa.lib.conf.ProductDerivation

beforeConfigurationConstruct

public boolean beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider cp)
Deprecated. 
Specified by:
beforeConfigurationConstruct in interface org.apache.openjpa.lib.conf.ProductDerivation
Overrides:
beforeConfigurationConstruct in class org.apache.openjpa.lib.conf.AbstractProductDerivation

Kodo 4.1.0 generated on October 9 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.