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.kernel OpenJPA Runtime Kernelorg.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 classAbstractStoreBrokerFactoryBrokerFactoryimplementation 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 BrokerFactoryBrokerFactoryEvent. 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.kernel
Classes in org.apache.openjpa.kernel that implement BrokerFactory Modifier and Type Class Description classAbstractBrokerFactoryAbstract implementation of theBrokerFactorythat must be subclassed for a specific runtime.classDelegatingBrokerFactoryDelegating 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 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.BrokerFactoryBroker. getBrokerFactory()Return the factory that produced this broker.BrokerFactoryBrokerImpl. getBrokerFactory()BrokerFactoryDelegatingBroker. getBrokerFactory()BrokerFactoryDelegatingBrokerFactory. getDelegate()Return the direct delegate.BrokerFactoryDelegatingBrokerFactory. 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 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.util.proxy
Methods in org.apache.openjpa.util.proxy that return BrokerFactory Modifier and Type Method Description BrokerFactoryDelayedArrayListProxy. getBrokerFactory()BrokerFactoryDelayedHashSetProxy. getBrokerFactory()BrokerFactoryDelayedLinkedHashSetProxy. getBrokerFactory()BrokerFactoryDelayedLinkedListProxy. getBrokerFactory()BrokerFactoryDelayedPriorityQueueProxy. getBrokerFactory()BrokerFactoryDelayedTreeSetProxy. getBrokerFactory()BrokerFactoryDelayedVectorProxy. getBrokerFactory()
-