|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.conf.AbstractProductDerivation
org.apache.openjpa.slice.ProductDerivation
public class ProductDerivation
Derives configuration for Slice.
Introduces a specialized BrokerFactory aliased as slice
.
All Slice specific configuration is prefixed as
openjpa.slice.*.*
Field Summary | |
---|---|
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. |
Fields inherited from interface org.apache.openjpa.conf.OpenJPAProductDerivation |
---|
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE |
Fields inherited from interface org.apache.openjpa.lib.conf.ProductDerivation |
---|
TYPE_FEATURE, TYPE_PRODUCT |
Constructor Summary | |
---|---|
ProductDerivation()
|
Method Summary | |
---|---|
String |
getConfigurationPrefix()
|
int |
getType()
|
void |
putBrokerFactoryAliases(Map m)
|
Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation |
---|
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.openjpa.lib.conf.ProductDerivation |
---|
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationConstruct, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate |
Field Detail |
---|
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.
Constructor Detail |
---|
public ProductDerivation()
Method Detail |
---|
public void putBrokerFactoryAliases(Map m)
putBrokerFactoryAliases
in interface OpenJPAProductDerivation
public String getConfigurationPrefix()
getConfigurationPrefix
in interface org.apache.openjpa.lib.conf.ProductDerivation
getConfigurationPrefix
in class org.apache.openjpa.lib.conf.AbstractProductDerivation
public int getType()
getType
in interface org.apache.openjpa.lib.conf.ProductDerivation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |