|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.lib.conf.AbstractProductDerivation org.apache.openjpa.persistence.jdbc.JDBCPersistenceProductDerivation
public class JDBCPersistenceProductDerivation
Sets JDBC-specific JPA specification defaults.
Field Summary |
---|
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 | |
---|---|
JDBCPersistenceProductDerivation()
|
Method Summary | |
---|---|
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 m)
Load default alias options into the given map. |
void |
validate()
Ensure that this derivation is valid. |
Methods inherited from class org.apache.openjpa.lib.conf.AbstractProductDerivation |
---|
beforeConfigurationClose, beforeConfigurationConstruct, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals |
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 |
---|
beforeConfigurationClose, beforeConfigurationConstruct, getAnchorsInFile, getAnchorsInResource, getConfigurationPrefix, getDefaultResourceLocation, load, load, loadDefaults, loadGlobals |
Constructor Detail |
---|
public JDBCPersistenceProductDerivation()
Method Detail |
---|
public void putBrokerFactoryAliases(Map 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |