org.apache.openjpa.slice
public class ProductDerivation extends AbstractProductDerivation implements OpenJPAProductDerivation
slice.
All Slice specific configuration is prefixed as
openjpa.slice.*.*| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HINT_TARGET
Hint key
openjpa.hint.slice.Target to specify a subset of
slices for query. |
static java.lang.String |
PREFIX_SLICE
Prefix for all Slice-specific configuration properties.
|
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORETYPE_FEATURE, TYPE_PRODUCT| Constructor and Description |
|---|
ProductDerivation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterSpecificationSet(Configuration c)
Sets the
DistributionPolicy and ReplicationPolicy to
their respective defaults if not set by the user. |
java.lang.String |
getConfigurationPrefix()
Return the configuration prefix for properties of this product.
|
java.util.Set<java.lang.String> |
getSupportedQueryHints()
Return set of Query hint keys recognized by this receiver.
|
int |
getType()
Return the type of derivation.
|
void |
putBrokerFactoryAliases(java.util.Map m)
Load default alias options into the given map.
|
beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validatepublic static final java.lang.String PREFIX_SLICE
public static final java.lang.String HINT_TARGET
openjpa.hint.slice.Target to specify a subset of
slices for query. The value corresponding to the key is comma-separated
list of slice identifiers.public void putBrokerFactoryAliases(java.util.Map m)
OpenJPAProductDerivationputBrokerFactoryAliases in interface OpenJPAProductDerivationpublic java.lang.String getConfigurationPrefix()
ProductDerivationgetConfigurationPrefix in interface ProductDerivationgetConfigurationPrefix in class AbstractProductDerivationpublic int getType()
ProductDerivationgetType in interface ProductDerivationpublic boolean afterSpecificationSet(Configuration c)
DistributionPolicy and ReplicationPolicy to
their respective defaults if not set by the user.afterSpecificationSet in interface ProductDerivationafterSpecificationSet in class AbstractProductDerivationpublic java.util.Set<java.lang.String> getSupportedQueryHints()
ProductDerivationgetSupportedQueryHints in interface ProductDerivationgetSupportedQueryHints in class AbstractProductDerivation