Uses of Interface
org.apache.openjpa.kernel.BrokerFactory
Packages that use BrokerFactory
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA Configuration
OpenJPA Events
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
OpenJPA JPA
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of BrokerFactory in org.apache.openjpa.abstractstore
Classes in org.apache.openjpa.abstractstore that implement BrokerFactoryModifier and TypeClassDescriptionclass
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of BrokerFactory in org.apache.openjpa.conf
Constructors in org.apache.openjpa.conf with parameters of type BrokerFactoryModifierConstructorDescriptionMetaDataCacheMaintenance
(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 BrokerFactoryConstructors in org.apache.openjpa.event with parameters of type BrokerFactory -
Uses of BrokerFactory in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement BrokerFactoryModifier and TypeClassDescriptionclass
BrokerFactory type for use with the JDBC runtime. -
Uses of BrokerFactory in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement BrokerFactoryModifier and TypeClassDescriptionclass
Abstract implementation of theBrokerFactory
that must be subclassed for a specific runtime.class
Delegating broker factory that can also perform exception translation for use in facades.Methods in org.apache.openjpa.kernel that return BrokerFactoryModifier and TypeMethodDescriptionstatic 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.Broker.getBrokerFactory()
Return the factory that produced this broker.BrokerImpl.getBrokerFactory()
DelegatingBroker.getBrokerFactory()
DelegatingBrokerFactory.getDelegate()
Return the direct delegate.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 BrokerFactoryModifierConstructorDescriptionDelegatingBrokerFactory
(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 BrokerFactoryModifier and TypeMethodDescriptionEntityManagerFactoryImpl.getBrokerFactory()
Delegate.static BrokerFactory
JPAFacadeHelper.toBrokerFactory
(jakarta.persistence.EntityManagerFactory emf) Return the underlying broker factory for the given persistence manager factory facade.static BrokerFactory
OpenJPAPersistence.toBrokerFactory
(jakarta.persistence.EntityManagerFactory factory) Deprecated.useJPAFacadeHelper
instead.Methods in org.apache.openjpa.persistence with parameters of type BrokerFactoryModifier and TypeMethodDescriptionstatic 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
JPAFacadeHelper.toEntityManagerFactory
(BrokerFactory factory) static OpenJPAEntityManagerFactory
OpenJPAPersistence.toEntityManagerFactory
(BrokerFactory factory) Deprecated.useJPAFacadeHelper
instead.Constructors in org.apache.openjpa.persistence with parameters of type BrokerFactoryModifierConstructorDescriptionEntityManagerFactoryImpl
(BrokerFactory factory) Supply delegate on construction. -
Uses of BrokerFactory in org.apache.openjpa.slice
Subinterfaces of BrokerFactory in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterface
Extension 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 BrokerFactoryModifier and TypeClassDescriptionclass
A factory for distributed JDBC datastores. -
Uses of BrokerFactory in org.apache.openjpa.util.proxy
Methods in org.apache.openjpa.util.proxy that return BrokerFactoryModifier and TypeMethodDescriptionDelayedArrayListProxy.getBrokerFactory()
DelayedHashSetProxy.getBrokerFactory()
DelayedLinkedHashSetProxy.getBrokerFactory()
DelayedLinkedListProxy.getBrokerFactory()
DelayedPriorityQueueProxy.getBrokerFactory()
DelayedTreeSetProxy.getBrokerFactory()
DelayedVectorProxy.getBrokerFactory()