Uses of Class
org.apache.openjpa.kernel.DelegatingStoreManager
Package
Description
OpenJPA Data Cache
OpenJPA Runtime Kernel
-
Uses of DelegatingStoreManager in org.apache.openjpa.datacache
Modifier and TypeClassDescriptionclass
StoreManager proxy that delegates to a data cache when possible. -
Uses of DelegatingStoreManager in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionprotected DelegatingStoreManager
AbstractBrokerFactory.createDelegatingStoreManager()
Create a DelegatingStoreManager for use with a Broker created by this factory.BrokerImpl.getStoreManager()
DelegatingBroker.getStoreManager()
StoreContext.getStoreManager()
Return the store manager in use.Modifier and TypeMethodDescriptionvoid
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)