Uses of Class
org.apache.openjpa.kernel.AbstractBrokerFactory
-
Packages that use AbstractBrokerFactory Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of AbstractBrokerFactory in org.apache.openjpa.abstractstore
Subclasses of AbstractBrokerFactory in org.apache.openjpa.abstractstore Modifier and Type Class Description class
AbstractStoreBrokerFactory
BrokerFactory
implementation for use with theAbstractStoreManager
. -
Uses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
Subclasses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description class
JDBCBrokerFactory
BrokerFactory type for use with the JDBC runtime. -
Uses of AbstractBrokerFactory in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return AbstractBrokerFactory Modifier and Type Method Description static AbstractBrokerFactory
AbstractBrokerFactory. getPooledFactoryForKey(java.lang.Object key)
Return the pooled factory matching the given key, or null if none.Methods in org.apache.openjpa.kernel with parameters of type AbstractBrokerFactory Modifier and Type Method Description void
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(java.lang.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.jdbc Modifier and Type Class Description class
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.
-