| Package | Description |
|---|---|
| org.apache.openjpa.abstractstore |
OpenJPA Abstract StoreManager Implementation
|
| org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
| org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
| org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreBrokerFactory
BrokerFactory implementation for use with the
AbstractStoreManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCBrokerFactory
BrokerFactory type for use with the JDBC runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractBrokerFactory |
AbstractBrokerFactory.getPooledFactoryForKey(Object key)
Return the pooled factory matching the given key, or null
if none.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerImpl.initialize(AbstractBrokerFactory factory,
DelegatingStoreManager sm,
boolean managed,
int connMode,
boolean fromDeserialization)
Initialize the persistence manager.
|
void |
BrokerImpl.initialize(AbstractBrokerFactory factory,
DelegatingStoreManager sm,
boolean managed,
int connMode,
boolean fromDeserialization,
boolean fromWriteBehindCallback) |
protected static void |
AbstractBrokerFactory.pool(Object key,
AbstractBrokerFactory factory)
Register
factory in the pool under key. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedJDBCBrokerFactory
A factory for distributed JDBC datastores.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.