| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrokerFactory | |
|---|---|
| org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation | 
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.event | OpenJPA Events | 
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.persistence | OpenJPA JPA | 
| org.apache.openjpa.slice | Extended OpenJPA Interfaces for distributed databases. | 
| org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of BrokerFactory in org.apache.openjpa.abstractstore | 
|---|
| Classes in org.apache.openjpa.abstractstore that implement BrokerFactory | |
|---|---|
|  class | AbstractStoreBrokerFactoryBrokerFactoryimplementation for use with theAbstractStoreManager. | 
| Uses of BrokerFactory in org.apache.openjpa.conf | 
|---|
| Constructors in org.apache.openjpa.conf with parameters of type BrokerFactory | |
|---|---|
| MetaDataCacheMaintenance(BrokerFactory factory,
                         boolean devpath) | |
| MetaDataCacheMaintenance(BrokerFactory factory,
                         boolean devpath,
                         boolean verbose)Deprecated. logging is routed to the logging system now. | |
| Uses of BrokerFactory in org.apache.openjpa.event | 
|---|
| Methods in org.apache.openjpa.event that return BrokerFactory | |
|---|---|
|  BrokerFactory | BrokerFactoryEvent.getBrokerFactory() | 
| Constructors in org.apache.openjpa.event with parameters of type BrokerFactory | |
|---|---|
| BrokerFactoryEvent(BrokerFactory brokerFactory,
                   int eventType) | |
| Uses of BrokerFactory in org.apache.openjpa.jdbc.kernel | 
|---|
| Classes in org.apache.openjpa.jdbc.kernel that implement BrokerFactory | |
|---|---|
|  class | JDBCBrokerFactoryBrokerFactory type for use with the JDBC runtime. | 
| Uses of BrokerFactory in org.apache.openjpa.kernel | 
|---|
| Classes in org.apache.openjpa.kernel that implement BrokerFactory | |
|---|---|
|  class | AbstractBrokerFactoryAbstract implementation of the BrokerFactorythat must be subclassed for a specific runtime. | 
|  class | DelegatingBrokerFactoryDelegating broker factory that can also perform exception translation for use in facades. | 
| Methods in org.apache.openjpa.kernel that return BrokerFactory | |
|---|---|
|  BrokerFactory | DelegatingBroker.getBrokerFactory() | 
|  BrokerFactory | BrokerImpl.getBrokerFactory() | 
|  BrokerFactory | Broker.getBrokerFactory()Return the factory that produced this broker. | 
| static BrokerFactory | Bootstrap.getBrokerFactory()Return a pooled factory for the default configuration. | 
| static BrokerFactory | Bootstrap.getBrokerFactory(ConfigurationProvider conf,
                 ClassLoader loader)Return a pooled factory for the given configuration. | 
|  BrokerFactory | DelegatingBrokerFactory.getDelegate()Return the direct delegate. | 
|  BrokerFactory | DelegatingBrokerFactory.getInnermostDelegate()Return the native delegate. | 
| static BrokerFactory | Bootstrap.newBrokerFactory()Return a new factory for the default configuration. | 
| static BrokerFactory | Bootstrap.newBrokerFactory(ConfigurationProvider conf,
                 ClassLoader loader)Return a new factory for the given configuration. | 
| Constructors in org.apache.openjpa.kernel with parameters of type BrokerFactory | |
|---|---|
| DelegatingBrokerFactory(BrokerFactory factory)Constructor; supply delegate. | |
| DelegatingBrokerFactory(BrokerFactory factory,
                        RuntimeExceptionTranslator trans)Constructor; supply delegate and exception translator. | |
| Uses of BrokerFactory in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return BrokerFactory | |
|---|---|
|  BrokerFactory | EntityManagerFactoryImpl.getBrokerFactory()Delegate. | 
| static BrokerFactory | OpenJPAPersistence.toBrokerFactory(EntityManagerFactory factory)Deprecated. use JPAFacadeHelperinstead. This method pierces
 the published-API boundary, as does the JPAFacadeHelper utilization. | 
| static BrokerFactory | JPAFacadeHelper.toBrokerFactory(EntityManagerFactory emf)Return the underlying broker factory for the given persistence manager factory facade. | 
| Methods in org.apache.openjpa.persistence with parameters of type BrokerFactory | |
|---|---|
| static OpenJPAEntityManagerFactory | EntityManagerFactoryValue.newFactory(BrokerFactory bf)Create a new factory of the configured type. | 
|  void | EntityManagerFactoryImpl.setBrokerFactory(BrokerFactory factory)Delegate must be provided before use. | 
| static OpenJPAEntityManagerFactory | OpenJPAPersistence.toEntityManagerFactory(BrokerFactory factory)Deprecated. use JPAFacadeHelperinstead. This method pierces
 the published-API boundary, as does the JPAFacadeHelper utilization. | 
| static OpenJPAEntityManagerFactory | JPAFacadeHelper.toEntityManagerFactory(BrokerFactory factory) | 
| Constructors in org.apache.openjpa.persistence with parameters of type BrokerFactory | |
|---|---|
| EntityManagerFactoryImpl(BrokerFactory factory)Supply delegate on construction. | |
| Uses of BrokerFactory in org.apache.openjpa.slice | 
|---|
| Subinterfaces of BrokerFactory in org.apache.openjpa.slice | |
|---|---|
|  interface | DistributedBrokerFactoryExtension to BrokerFactory to allow dynamically add/remove slices. | 
| Uses of BrokerFactory in org.apache.openjpa.slice.jdbc | 
|---|
| Classes in org.apache.openjpa.slice.jdbc that implement BrokerFactory | |
|---|---|
|  class | DistributedJDBCBrokerFactoryA factory for distributed JDBC datastores. | 
| Uses of BrokerFactory in org.apache.openjpa.util | 
|---|
| Methods in org.apache.openjpa.util that return BrokerFactory | |
|---|---|
|  BrokerFactory | DelayedVectorProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedTreeSetProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedPriorityQueueProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedLinkedListProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedLinkedHashSetProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedHashSetProxy.getBrokerFactory() | 
|  BrokerFactory | DelayedArrayListProxy.getBrokerFactory() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||