Uses of Class
org.apache.openjpa.kernel.AbstractBrokerFactory
Packages that use AbstractBrokerFactory
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of AbstractBrokerFactory in org.apache.openjpa.abstractstore
Subclasses of AbstractBrokerFactory in org.apache.openjpa.abstractstoreModifier and TypeClassDescriptionclass
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
Subclasses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernelModifier and TypeClassDescriptionclass
BrokerFactory type for use with the JDBC runtime. -
Uses of AbstractBrokerFactory in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return AbstractBrokerFactoryModifier and TypeMethodDescriptionstatic AbstractBrokerFactory
AbstractBrokerFactory.getPooledFactoryForKey
(Object key) Return the pooled factory matching the given key, or null if none.Methods in org.apache.openjpa.kernel with parameters of type AbstractBrokerFactoryModifier and TypeMethodDescriptionvoid
BrokerImpl.initialize
(AbstractBrokerFactory factory, DelegatingStoreManager sm, boolean managed, int connMode, boolean fromDeserialization) Initialize the persistence manager.void
BrokerImpl.initialize
(AbstractBrokerFactory factory, DelegatingStoreManager sm, boolean managed, int connMode, boolean fromDeserialization, boolean fromWriteBehindCallback) protected static void
AbstractBrokerFactory.pool
(Object key, AbstractBrokerFactory factory) Registerfactory
in the pool underkey
. -
Uses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbc
Subclasses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbcModifier and TypeClassDescriptionclass
A factory for distributed JDBC datastores.