Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
Modifier and Type | Class and Description |
---|---|
class |
DataCacheStoreManager
StoreManager proxy that delegates to a data cache when possible.
|
Modifier and Type | Method and Description |
---|---|
protected DelegatingStoreManager |
AbstractBrokerFactory.createDelegatingStoreManager()
Create a DelegatingStoreManager for use with a Broker created by this factory.
|
DelegatingStoreManager |
StoreContext.getStoreManager()
Return the store manager in use.
|
DelegatingStoreManager |
DelegatingBroker.getStoreManager() |
DelegatingStoreManager |
BrokerImpl.getStoreManager() |
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) |
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.