kodo.persistence
Class DeprecatedPersistenceProductDerivation
java.lang.Object
org.apache.openjpa.lib.conf.AbstractProductDerivation
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
| 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 |
| 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 |
DeprecatedPersistenceProductDerivation
public DeprecatedPersistenceProductDerivation()
- Deprecated.
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
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.