public class ProductDerivation extends AbstractProductDerivation implements OpenJPAProductDerivation
slice
.
All Slice specific configuration is prefixed as
openjpa.slice.*.*
Modifier and Type | Field and Description |
---|---|
static String |
HINT_TARGET
Hint key
openjpa.hint.slice.Target to specify a subset of
slices for query. |
static String |
PREFIX_SLICE
Prefix for all Slice-specific configuration properties.
|
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
TYPE_FEATURE, TYPE_PRODUCT
Constructor and Description |
---|
ProductDerivation() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationPrefix()
Return the configuration prefix for properties of this product.
|
Set<String> |
getSupportedQueryHints()
Return set of Query hint keys recognized by this receiver.
|
int |
getType()
Return the type of derivation.
|
void |
putBrokerFactoryAliases(Map m)
Load default alias options into the given map.
|
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate
public static final String PREFIX_SLICE
public static final 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(Map m)
OpenJPAProductDerivation
putBrokerFactoryAliases
in interface OpenJPAProductDerivation
public String getConfigurationPrefix()
ProductDerivation
getConfigurationPrefix
in interface ProductDerivation
getConfigurationPrefix
in class AbstractProductDerivation
public int getType()
ProductDerivation
getType
in interface ProductDerivation
public Set<String> getSupportedQueryHints()
ProductDerivation
getSupportedQueryHints
in interface ProductDerivation
getSupportedQueryHints
in class AbstractProductDerivation
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.