| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBrokerFactory | |
|---|---|
| org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation This package provides some infrastructure classes to help in the creation of OpenJPA drivers for new non-relational data stores. | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. | 
| org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. | 
| 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 | |
|---|---|
static AbstractBrokerFactory | 
AbstractBrokerFactory.getPooledFactoryForKey(Object key)
Return the pooled factory matching the given key, 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,
           boolean fromDeserialization)
Initialize the persistence manager.  | 
 void | 
BrokerImpl.initialize(AbstractBrokerFactory factory,
           DelegatingStoreManager sm,
           boolean managed,
           int connMode,
           boolean fromDeserialization,
           boolean fromWriteBehindCallback)
 | 
protected static void | 
AbstractBrokerFactory.pool(Object key,
     AbstractBrokerFactory factory)
Register factory in the pool under key. | 
| Uses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbc | 
|---|
| Subclasses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbc | |
|---|---|
 class | 
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||