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 classAbstractStoreBrokerFactoryBrokerFactoryimplementation 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 classJDBCBrokerFactoryBrokerFactory 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 AbstractBrokerFactoryAbstractBrokerFactory. 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 voidBrokerImpl. 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(java.lang.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.jdbc Modifier and Type Class Description classDistributedJDBCBrokerFactoryA factory for distributed JDBC datastores.
-