Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.
|
Modifier and Type | Method and Description |
---|---|
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–2022 Apache Software Foundation. All rights reserved.