Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
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 |
DelegatingBroker.getStoreManager() |
DelegatingStoreManager |
BrokerImpl.getStoreManager() |
DelegatingStoreManager |
StoreContext.getStoreManager()
Return the store manager in use.
|
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–2022 Apache Software Foundation. All rights reserved.