Uses of Class
org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory
-
Packages that use AbstractStoreBrokerFactory Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation -
-
Uses of AbstractStoreBrokerFactory in org.apache.openjpa.abstractstore
Methods in org.apache.openjpa.abstractstore that return AbstractStoreBrokerFactory Modifier and Type Method Description static AbstractStoreBrokerFactoryAbstractStoreBrokerFactory. getInstance(ConfigurationProvider cp)Factory method for obtaining a possibly-pooledBrokerFactoryfrom properties.static AbstractStoreBrokerFactoryAbstractStoreBrokerFactory. newInstance(ConfigurationProvider cp)Factory method for constructing aBrokerFactoryfrom properties.
-