org.apache.openjpa.jdbc.conf
Class JDBCProductDerivation
java.lang.Object
   org.apache.openjpa.lib.conf.AbstractProductDerivation
org.apache.openjpa.lib.conf.AbstractProductDerivation
       org.apache.openjpa.jdbc.conf.JDBCProductDerivation
org.apache.openjpa.jdbc.conf.JDBCProductDerivation
- All Implemented Interfaces: 
- OpenJPAProductDerivation, ProductDerivation
- public class JDBCProductDerivation 
- extends AbstractProductDerivation- implements OpenJPAProductDerivation
Sets JDBC as default store.
 
 
 
 
 
| 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 | 
 
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
JDBCProductDerivation
public JDBCProductDerivation()
putBrokerFactoryAliases
public void putBrokerFactoryAliases(Map<String,String> m)
- Description copied from interface: OpenJPAProductDerivation
- Load default alias options into the given map.  Each entry maps an
 alias to a broker factory class name.  Replace anything previously 
 under the desired keys.
 
- 
- Specified by:
- putBrokerFactoryAliasesin interface- OpenJPAProductDerivation
 
- 
 
getType
public int getType()
- Description copied from interface: ProductDerivation
- Return the type of derivation.
 
- 
- Specified by:
- getTypein interface- ProductDerivation
 
- 
 
beforeConfigurationConstruct
public boolean beforeConfigurationConstruct(ConfigurationProvider cp)
- Description copied from interface: ProductDerivation
- Provides the instance with a callback to mutate the initial properties
 of the 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.
 
- 
- Specified by:
- beforeConfigurationConstructin interface- ProductDerivation
- Overrides:
- beforeConfigurationConstructin class- AbstractProductDerivation
 
- 
- Returns:
- true if given ConfigurationProvider has been mutated.
 
getSupportedQueryHints
public Set<String> getSupportedQueryHints()
- Description copied from interface: ProductDerivation
- Return set of Query hint keys recognized by this receiver.
 
- 
- Specified by:
- getSupportedQueryHintsin interface- ProductDerivation
- Overrides:
- getSupportedQueryHintsin class- AbstractProductDerivation
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.