org.apache.openjpa.conf
Interface OpenJPAProductDerivation
- All Superinterfaces:
- ProductDerivation
- All Known Implementing Classes:
- JDBCPersistenceProductDerivation, JDBCProductDerivation, PersistenceProductDerivation
public interface OpenJPAProductDerivation
- extends ProductDerivation
Adds datastore based extension to ProductDerivation.
- Since:
- 0.4.1
- Author:
- Pinaki Poddar
Methods inherited from interface org.apache.openjpa.lib.conf.ProductDerivation |
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getConfigurationPrefix, getType, load, load, loadDefaults, loadGlobals, validate |
TYPE_SPEC
static final int TYPE_SPEC
- See Also:
- Constant Field Values
TYPE_STORE
static final int TYPE_STORE
- See Also:
- Constant Field Values
TYPE_SPEC_STORE
static final int TYPE_SPEC_STORE
- See Also:
- Constant Field Values
TYPE_PRODUCT_STORE
static final int TYPE_PRODUCT_STORE
- See Also:
- Constant Field Values
putBrokerFactoryAliases
void putBrokerFactoryAliases(Map aliases)
- Load default alias options into the given map. Each entry maps an
alias to a broker factory class name. Replace anything previously
under the desired keys.
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.