| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.kernel.AbstractBrokerFactory
org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
public class JDBCBrokerFactory
BrokerFactory type for use with the JDBC runtime.
| Constructor Summary | |
|---|---|
| JDBCBrokerFactory(JDBCConfiguration conf)Construct the factory with the given option settings; however, the factory construction methods are recommended. | |
| Method Summary | |
|---|---|
| static JDBCBrokerFactory | getInstance(ConfigurationProvider cp,
            ClassLoader loader)Factory method for obtaining a possibly-pooled factory from properties. | 
|  Map<String,Object> | getProperties()Subclasses should override this method to add a Platformproperty listing the runtime platform, such as:OpenJPA JDBC Edition: Oracle Database | 
| protected  BrokerImpl | newBrokerImpl(String user,
              String pass)Return a broker configured with the proper settings. | 
| static JDBCBrokerFactory | newInstance(ConfigurationProvider cp)Factory method for constructing a factory from properties. | 
| protected  StoreManager | newStoreManager()Return a new StoreManager for this runtime. | 
|  void | postCreationCallback()This method is invoked AFTER a BrokerFactory has been instantiated. | 
| protected  void | synchronizeMappings(ClassLoader loader) | 
| protected  void | synchronizeMappings(ClassLoader loader,
                    JDBCConfiguration conf)Synchronize the mappings of the classes listed in the configuration. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public JDBCBrokerFactory(JDBCConfiguration conf)
| Method Detail | 
|---|
public static JDBCBrokerFactory newInstance(ConfigurationProvider cp)
Bootstrap.newBrokerFactory().
public static JDBCBrokerFactory getInstance(ConfigurationProvider cp,
                                            ClassLoader loader)
Bootstrap.getBrokerFactory().
public Map<String,Object> getProperties()
AbstractBrokerFactoryPlatform
 property listing the runtime platform, such as:
 OpenJPA JDBC Edition: Oracle Database
getProperties in interface BrokerFactorygetProperties in class AbstractBrokerFactorypublic void postCreationCallback()
AbstractBrokerFactory
postCreationCallback in interface BrokerFactorypostCreationCallback in class AbstractBrokerFactoryprotected StoreManager newStoreManager()
AbstractBrokerFactoryAbstractBrokerFactory.newBroker() method.
newStoreManager in class AbstractBrokerFactory
protected BrokerImpl newBrokerImpl(String user,
                                   String pass)
AbstractBrokerFactory
newBrokerImpl in class AbstractBrokerFactory
protected void synchronizeMappings(ClassLoader loader,
                                   JDBCConfiguration conf)
protected void synchronizeMappings(ClassLoader loader)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||