Package org.apache.openjpa.conf
Interface OpenJPAProductDerivation
-
- All Superinterfaces:
ProductDerivation
- All Known Implementing Classes:
JDBCPersistenceProductDerivation
,JDBCProductDerivation
,PersistenceProductDerivation
,ProductDerivation
public interface OpenJPAProductDerivation extends ProductDerivation
Adds datastore based extension to ProductDerivation.- Since:
- 0.4.1
- Author:
- Pinaki Poddar
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_PRODUCT_STORE
static int
TYPE_SPEC
static int
TYPE_SPEC_STORE
static int
TYPE_STORE
-
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation
TYPE_FEATURE, TYPE_PRODUCT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
putBrokerFactoryAliases(java.util.Map<java.lang.String,java.lang.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 Detail
-
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
-
-