public class JDBCProductDerivation extends AbstractProductDerivation implements OpenJPAProductDerivation
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX |
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
TYPE_FEATURE, TYPE_PRODUCT
Constructor and Description |
---|
JDBCProductDerivation() |
Modifier and Type | Method and Description |
---|---|
boolean |
beforeConfigurationConstruct(ConfigurationProvider cp)
Provides the instance with a callback to mutate the initial properties
of the
ConfigurationProvider . |
Set<String> |
getSupportedQueryHints()
Return set of Query hint keys recognized by this receiver.
|
int |
getType()
Return the type of derivation.
|
void |
putBrokerFactoryAliases(Map<String,String> m)
Load default alias options into the given map.
|
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate
public static final String PREFIX
public void putBrokerFactoryAliases(Map<String,String> m)
OpenJPAProductDerivation
putBrokerFactoryAliases
in interface OpenJPAProductDerivation
public int getType()
ProductDerivation
getType
in interface ProductDerivation
public boolean beforeConfigurationConstruct(ConfigurationProvider cp)
ProductDerivation
ConfigurationProvider
. This is primarily to alter or
add properties that determine what type of configuration is constructed,
and therefore is typically used at runtime only.beforeConfigurationConstruct
in interface ProductDerivation
beforeConfigurationConstruct
in class AbstractProductDerivation
public Set<String> getSupportedQueryHints()
ProductDerivation
getSupportedQueryHints
in interface ProductDerivation
getSupportedQueryHints
in class AbstractProductDerivation
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.