Uses of Class
org.apache.openjpa.kernel.AbstractBrokerFactory
-
Packages that use AbstractBrokerFactory Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
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.kernel
Methods in org.apache.openjpa.kernel that return AbstractBrokerFactory Modifier and Type Method Description static 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 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(Object key, AbstractBrokerFactory factory)Registerfactoryin the pool underkey.
-