Uses of Class
org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory

Packages that use AbstractStoreBrokerFactory
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation This package provides some infrastructure classes to help in the creation of OpenJPA drivers for new non-relational data stores. 
 

Uses of AbstractStoreBrokerFactory in org.apache.openjpa.abstractstore
 

Methods in org.apache.openjpa.abstractstore that return AbstractStoreBrokerFactory
static AbstractStoreBrokerFactory AbstractStoreBrokerFactory.getInstance(ConfigurationProvider cp)
          Factory method for obtaining a possibly-pooled BrokerFactory from properties.
static AbstractStoreBrokerFactory AbstractStoreBrokerFactory.newInstance(ConfigurationProvider cp)
          Factory method for constructing a BrokerFactory from properties.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.