|
|||||||||
| 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.jdbc.conf.JDBCProductDerivation
public class JDBCProductDerivation
Sets JDBC as default store.
| Field Summary | |
|---|---|
static java.lang.String |
PREFIX
|
| 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 | |
|---|---|
JDBCProductDerivation()
|
|
| Method Summary | |
|---|---|
boolean |
beforeConfigurationConstruct(ConfigurationProvider cp)
Provides the instance with a callback to mutate the initial properties of the ConfigurationProvider. |
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. |
| Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation |
|---|
afterSpecificationSet, beforeConfigurationClose, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, 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, beforeConfigurationLoad, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals, validate |
| Field Detail |
|---|
public static final java.lang.String PREFIX
| Constructor Detail |
|---|
public JDBCProductDerivation()
| Method Detail |
|---|
public void putBrokerFactoryAliases(java.util.Map m)
OpenJPAProductDerivation
putBrokerFactoryAliases in interface OpenJPAProductDerivationpublic int getType()
ProductDerivation
getType in interface ProductDerivationpublic boolean beforeConfigurationConstruct(ConfigurationProvider cp)
ProductDerivationConfigurationProvider. 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 ProductDerivationbeforeConfigurationConstruct in class AbstractProductDerivationpublic java.util.Set<java.lang.String> getSupportedQueryHints()
ProductDerivation
getSupportedQueryHints in interface ProductDerivationgetSupportedQueryHints in class AbstractProductDerivation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||