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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01