Uses of Class
org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory

Packages that use JDBCBrokerFactory
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of JDBCBrokerFactory in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel that return JDBCBrokerFactory
static JDBCBrokerFactory JDBCBrokerFactory.getInstance(ConfigurationProvider cp, ClassLoader loader)
          Factory method for obtaining a possibly-pooled factory from properties.
static JDBCBrokerFactory JDBCBrokerFactory.newInstance(ConfigurationProvider cp)
          Factory method for constructing a factory from properties.
 

Uses of JDBCBrokerFactory in org.apache.openjpa.slice.jdbc
 

Subclasses of JDBCBrokerFactory in org.apache.openjpa.slice.jdbc
 class DistributedJDBCBrokerFactory
          A factory for distributed JDBC datastores.
 

Methods in org.apache.openjpa.slice.jdbc that return JDBCBrokerFactory
static JDBCBrokerFactory DistributedJDBCBrokerFactory.getInstance(ConfigurationProvider cp)
          Factory method for obtaining a possibly-pooled factory from properties.
static JDBCBrokerFactory DistributedJDBCBrokerFactory.getInstance(DistributedJDBCConfiguration conf)
          Factory method for constructing a factory from a configuration.
 



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