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
 

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



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.