Uses of Class
org.apache.openjpa.kernel.DelegatingStoreManager
Packages that use DelegatingStoreManager
Package
Description
OpenJPA Data Cache
OpenJPA Runtime Kernel
-
Uses of DelegatingStoreManager in org.apache.openjpa.datacache
Subclasses of DelegatingStoreManager in org.apache.openjpa.datacacheModifier and TypeClassDescriptionclass
StoreManager proxy that delegates to a data cache when possible. -
Uses of DelegatingStoreManager in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return DelegatingStoreManagerModifier 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.Methods in org.apache.openjpa.kernel with parameters of type DelegatingStoreManagerModifier 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)