Uses of Class
org.apache.openjpa.kernel.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
Modifier and TypeClassDescriptionclass
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
BrokerFactory type for use with the JDBC runtime. -
Uses of AbstractBrokerFactory in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionstatic AbstractBrokerFactory
AbstractBrokerFactory.getPooledFactoryForKey
(Object key) Return the pooled factory matching the given key, or null if none.Modifier 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
Modifier and TypeClassDescriptionclass
A factory for distributed JDBC datastores.