Uses of Class
org.apache.openjpa.kernel.DelegatingStoreManager

Packages that use DelegatingStoreManager
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of DelegatingStoreManager in org.apache.openjpa.datacache
 

Subclasses of DelegatingStoreManager in org.apache.openjpa.datacache
 class DataCacheStoreManager
          StoreManager proxy that delegates to a data cache when possible.
 

Uses of DelegatingStoreManager in org.apache.openjpa.kernel
 

Subclasses of DelegatingStoreManager in org.apache.openjpa.kernel
(package private)  class ROPStoreManager
          Wraps the native store manager to handle calls using custom PCResultObjectProviders.
 

Methods in org.apache.openjpa.kernel that return DelegatingStoreManager
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()
           
 

Methods in org.apache.openjpa.kernel with parameters of type DelegatingStoreManager
 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-2011 Apache Software Foundation. All Rights Reserved.