Uses of Class
org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
-
Packages that use JDBCBrokerFactory Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.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 Modifier and Type Method Description static JDBCBrokerFactoryJDBCBrokerFactory. getInstance(ConfigurationProvider cp, java.lang.ClassLoader loader)Factory method for obtaining a possibly-pooled factory from properties.static JDBCBrokerFactoryJDBCBrokerFactory. 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 Modifier and Type Class Description classDistributedJDBCBrokerFactoryA factory for distributed JDBC datastores.Methods in org.apache.openjpa.slice.jdbc that return JDBCBrokerFactory Modifier and Type Method Description static JDBCBrokerFactoryDistributedJDBCBrokerFactory. getInstance(ConfigurationProvider cp)Factory method for obtaining a possibly-pooled factory from properties.static JDBCBrokerFactoryDistributedJDBCBrokerFactory. getInstance(DistributedJDBCConfiguration conf)Factory method for constructing a factory from a configuration.
-