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 TypeClassDescriptionclassBrokerFactoryimplementation for use with theAbstractStoreManager. -
Uses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernel
Subclasses of AbstractBrokerFactory in org.apache.openjpa.jdbc.kernelModifier and TypeClassDescriptionclassBrokerFactory 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 AbstractBrokerFactoryAbstractBrokerFactory.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 TypeMethodDescriptionvoidBrokerImpl.initialize(AbstractBrokerFactory factory, DelegatingStoreManager sm, boolean managed, int connMode, boolean fromDeserialization) Initialize the persistence manager.voidBrokerImpl.initialize(AbstractBrokerFactory factory, DelegatingStoreManager sm, boolean managed, int connMode, boolean fromDeserialization, boolean fromWriteBehindCallback) protected static voidAbstractBrokerFactory.pool(Object key, AbstractBrokerFactory factory) Registerfactoryin the pool underkey. -
Uses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbc
Subclasses of AbstractBrokerFactory in org.apache.openjpa.slice.jdbcModifier and TypeClassDescriptionclassA factory for distributed JDBC datastores.