Uses of Interface
org.apache.openjpa.kernel.BrokerFactory
-
Packages that use BrokerFactory Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPAorg.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.proxy -
-
Uses of BrokerFactory in org.apache.openjpa.abstractstore
Classes in org.apache.openjpa.abstractstore that implement BrokerFactory Modifier and Type Class Description class
AbstractStoreBrokerFactory
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of BrokerFactory in org.apache.openjpa.conf
Constructors in org.apache.openjpa.conf with parameters of type BrokerFactory Constructor Description 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 Modifier and Type Method Description BrokerFactory
BrokerFactoryEvent. getBrokerFactory()
Constructors in org.apache.openjpa.event with parameters of type BrokerFactory Constructor Description BrokerFactoryEvent(BrokerFactory brokerFactory, int eventType)
-
Uses of BrokerFactory in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement BrokerFactory Modifier and Type Class Description class
JDBCBrokerFactory
BrokerFactory type for use with the JDBC runtime. -
Uses of BrokerFactory in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement BrokerFactory Modifier and Type Class Description class
AbstractBrokerFactory
Abstract implementation of theBrokerFactory
that must be subclassed for a specific runtime.class
DelegatingBrokerFactory
Delegating broker factory that can also perform exception translation for use in facades.Methods in org.apache.openjpa.kernel that return BrokerFactory Modifier and Type Method Description static BrokerFactory
Bootstrap. getBrokerFactory()
Return a pooled factory for the default configuration.static BrokerFactory
Bootstrap. getBrokerFactory(ConfigurationProvider conf, java.lang.ClassLoader loader)
Return a pooled factory for the given configuration.BrokerFactory
Broker. getBrokerFactory()
Return the factory that produced this broker.BrokerFactory
BrokerImpl. getBrokerFactory()
BrokerFactory
DelegatingBroker. getBrokerFactory()
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, java.lang.ClassLoader loader)
Return a new factory for the given configuration.Constructors in org.apache.openjpa.kernel with parameters of type BrokerFactory Constructor Description 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 Modifier and Type Method Description BrokerFactory
EntityManagerFactoryImpl. 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 BrokerFactory Modifier and Type Method Description 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
JPAFacadeHelper. toEntityManagerFactory(BrokerFactory factory)
static OpenJPAEntityManagerFactory
OpenJPAPersistence. toEntityManagerFactory(BrokerFactory factory)
Deprecated.useJPAFacadeHelper
instead.Constructors in org.apache.openjpa.persistence with parameters of type BrokerFactory Constructor Description EntityManagerFactoryImpl(BrokerFactory factory)
Supply delegate on construction. -
Uses of BrokerFactory in org.apache.openjpa.slice
Subinterfaces of BrokerFactory in org.apache.openjpa.slice Modifier and Type Interface Description interface
DistributedBrokerFactory
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 BrokerFactory Modifier and Type Class Description class
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores. -
Uses of BrokerFactory in org.apache.openjpa.util.proxy
Methods in org.apache.openjpa.util.proxy that return BrokerFactory Modifier and Type Method Description BrokerFactory
DelayedArrayListProxy. getBrokerFactory()
BrokerFactory
DelayedHashSetProxy. getBrokerFactory()
BrokerFactory
DelayedLinkedHashSetProxy. getBrokerFactory()
BrokerFactory
DelayedLinkedListProxy. getBrokerFactory()
BrokerFactory
DelayedPriorityQueueProxy. getBrokerFactory()
BrokerFactory
DelayedTreeSetProxy. getBrokerFactory()
BrokerFactory
DelayedVectorProxy. getBrokerFactory()
-