public class JDBCPersistenceProductDerivation extends AbstractProductDerivation implements OpenJPAProductDerivation
TYPE_PRODUCT_STORE, TYPE_SPEC, TYPE_SPEC_STORE, TYPE_STORE
TYPE_FEATURE, TYPE_PRODUCT
Constructor and Description |
---|
JDBCPersistenceProductDerivation() |
Modifier and Type | Method and Description |
---|---|
boolean |
afterSpecificationSet(Configuration c)
Called after the specification has been set.
|
boolean |
beforeConfigurationLoad(Configuration c)
Provides the instance with the opportunity to mutate
conf before the user configuration is applied. |
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.
|
void |
validate()
Ensure that this derivation is valid.
|
beforeConfigurationClose, beforeConfigurationConstruct, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeConfigurationClose, beforeConfigurationConstruct, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals
public void putBrokerFactoryAliases(Map<String,String> m)
OpenJPAProductDerivation
putBrokerFactoryAliases
in interface OpenJPAProductDerivation
public int getType()
ProductDerivation
getType
in interface ProductDerivation
public void validate() throws Exception
ProductDerivation
validate
in interface ProductDerivation
validate
in class AbstractProductDerivation
Exception
public boolean beforeConfigurationLoad(Configuration c)
ProductDerivation
conf
before the user configuration is applied.beforeConfigurationLoad
in interface ProductDerivation
beforeConfigurationLoad
in class AbstractProductDerivation
public boolean afterSpecificationSet(Configuration c)
ProductDerivation
afterSpecificationSet
in interface ProductDerivation
afterSpecificationSet
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.