Package org.apache.openjpa.conf
Interface OpenJPAProductDerivation
- All Superinterfaces:
ProductDerivation
- All Known Implementing Classes:
JDBCPersistenceProductDerivation
,JDBCProductDerivation
,PersistenceProductDerivation
,ProductDerivation
Adds datastore based extension to ProductDerivation.
- Since:
- 0.4.1
- Author:
- Pinaki Poddar
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
putBrokerFactoryAliases
(Map<String, String> aliases) Load default alias options into the given map.Methods inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, getSupportedQueryHints, getType, load, load, loadDefaults, loadGlobals, validate
-
Field Details
-
TYPE_SPEC
static final int TYPE_SPEC- See Also:
-
TYPE_STORE
static final int TYPE_STORE- See Also:
-
TYPE_SPEC_STORE
static final int TYPE_SPEC_STORE- See Also:
-
TYPE_PRODUCT_STORE
static final int TYPE_PRODUCT_STORE- See Also:
-
-
Method Details
-
putBrokerFactoryAliases
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.
-