Uses of Class
org.apache.openjpa.kernel.AbstractBrokerFactory

Packages that use AbstractBrokerFactory
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of AbstractBrokerFactory in org.apache.openjpa.abstractstore
 

Subclasses of AbstractBrokerFactory in org.apache.openjpa.abstractstore
 class AbstractStoreBrokerFactory
          BrokerFactory implementation for use with the AbstractStoreManager.
 

Uses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
 

Subclasses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
 class JDBCBrokerFactory
          BrokerFactory type for use with the JDBC runtime.
 

Uses of AbstractBrokerFactory in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return AbstractBrokerFactory
protected static AbstractBrokerFactory AbstractBrokerFactory.getPooledFactory(Map map)
          Return the pooled factory matching the given configuration data, or null if none.
static AbstractBrokerFactory AbstractBrokerFactory.getPooledFactory(OpenJPAConfiguration conf)
          Return the pooled factory matching the given configuration, or null if none.
 

Methods in org.apache.openjpa.kernel with parameters of type AbstractBrokerFactory
 void BrokerImpl.initialize(AbstractBrokerFactory factory, DelegatingStoreManager sm, boolean managed, int connMode)
          Initialize the persistence manager.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.