Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » kernel » [javadoc | source]
org.apache.openjpa.jdbc.kernel
public class: JDBCBrokerFactory [javadoc | source]
java.lang.Object
   org.apache.openjpa.kernel.AbstractBrokerFactory
      org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory

All Implemented Interfaces:
    BrokerFactory

Direct Known Subclasses:
    DistributedJDBCBrokerFactory

BrokerFactory type for use with the JDBC runtime.
Constructor:
 public JDBCBrokerFactory(JDBCConfiguration conf) 
    Construct the factory with the given option settings; however, the factory construction methods are recommended.
Method from org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory Summary:
getInstance,   getProperties,   newBrokerImpl,   newInstance,   newStoreManager,   synchronizeMappings
Methods from org.apache.openjpa.kernel.AbstractBrokerFactory:
addLifecycleListener,   addListeners,   addTransactionListener,   close,   configureBroker,   findBroker,   findTransactionalBroker,   getConfiguration,   getFactoryInitializationBanner,   getOpenBrokers,   getPoolKey,   getPooledFactoryForKey,   getProperties,   getUserObject,   initializeBroker,   isClosed,   lock,   makeReadOnly,   newBroker,   newBroker,   newBroker,   newBroker,   newBroker,   newBrokerImpl,   newStoreManager,   pool,   putUserObject,   readResolve,   releaseBroker,   removeLifecycleListener,   removeTransactionListener,   setPoolKey,   setup,   syncWithManagedTransaction,   toPoolKey,   unlock
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory Detail:
 public static JDBCBrokerFactory getInstance(ConfigurationProvider cp) 
 public Properties getProperties() 
 protected BrokerImpl newBrokerImpl(String user,
    String pass) 
 public static JDBCBrokerFactory newInstance(ConfigurationProvider cp) 
 protected StoreManager newStoreManager() 
 protected  void synchronizeMappings(ClassLoader loader) 
    Synchronize the mappings of the classes listed in the configuration.