Uses of Interface
org.apache.openjpa.kernel.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
Modifier and TypeClassDescriptionclass
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of BrokerFactory in org.apache.openjpa.conf
ModifierConstructorDescriptionMetaDataCacheMaintenance
(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
-
Uses of BrokerFactory in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
BrokerFactory type for use with the JDBC runtime. -
Uses of BrokerFactory in org.apache.openjpa.kernel
Modifier 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.Modifier 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.ModifierConstructorDescriptionDelegatingBrokerFactory
(BrokerFactory factory) Constructor; supply delegate.DelegatingBrokerFactory
(BrokerFactory factory, RuntimeExceptionTranslator trans) Constructor; supply delegate and exception translator. -
Uses of BrokerFactory in org.apache.openjpa.persistence
Modifier 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.Modifier 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.ModifierConstructorDescriptionEntityManagerFactoryImpl
(BrokerFactory factory) Supply delegate on construction. -
Uses of BrokerFactory in org.apache.openjpa.slice
Modifier and TypeInterfaceDescriptioninterface
Extension to BrokerFactory to allow dynamically add/remove slices. -
Uses of BrokerFactory in org.apache.openjpa.slice.jdbc
Modifier and TypeClassDescriptionclass
A factory for distributed JDBC datastores. -
Uses of BrokerFactory in org.apache.openjpa.util.proxy
Modifier and TypeMethodDescriptionDelayedArrayListProxy.getBrokerFactory()
DelayedHashSetProxy.getBrokerFactory()
DelayedLinkedHashSetProxy.getBrokerFactory()
DelayedLinkedListProxy.getBrokerFactory()
DelayedPriorityQueueProxy.getBrokerFactory()
DelayedTreeSetProxy.getBrokerFactory()
DelayedVectorProxy.getBrokerFactory()