Uses of Class
org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory
Package
Description
OpenJPA-JDBC Runtime Kernel
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of JDBCBrokerFactory in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeClassDescriptionclass
A factory for distributed JDBC datastores.Modifier and TypeMethodDescriptionstatic 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.