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 TypeClassDescriptionclassBrokerFactoryimplementation 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 TypeClassDescriptionclassBrokerFactory 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 TypeClassDescriptionclassAbstract implementation of theBrokerFactorythat must be subclassed for a specific runtime.classDelegating broker factory that can also perform exception translation for use in facades.Methods in org.apache.openjpa.kernel that return BrokerFactoryModifier and TypeMethodDescriptionstatic BrokerFactoryBootstrap.getBrokerFactory()Return a pooled factory for the default configuration.static BrokerFactoryBootstrap.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 BrokerFactoryBootstrap.newBrokerFactory()Return a new factory for the default configuration.static BrokerFactoryBootstrap.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 BrokerFactoryJPAFacadeHelper.toBrokerFactory(jakarta.persistence.EntityManagerFactory emf) Return the underlying broker factory for the given persistence manager factory facade.static BrokerFactoryOpenJPAPersistence.toBrokerFactory(jakarta.persistence.EntityManagerFactory factory) Deprecated.useJPAFacadeHelperinstead.Methods in org.apache.openjpa.persistence with parameters of type BrokerFactoryModifier and TypeMethodDescriptionstatic OpenJPAEntityManagerFactoryEntityManagerFactoryValue.newFactory(BrokerFactory bf) Create a new factory of the configured type.voidEntityManagerFactoryImpl.setBrokerFactory(BrokerFactory factory) Delegate must be provided before use.static OpenJPAEntityManagerFactoryJPAFacadeHelper.toEntityManagerFactory(BrokerFactory factory) static OpenJPAEntityManagerFactoryOpenJPAPersistence.toEntityManagerFactory(BrokerFactory factory) Deprecated.useJPAFacadeHelperinstead.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 TypeInterfaceDescriptioninterfaceExtension 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 TypeClassDescriptionclassA 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()