| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreManager | |
|---|---|
| org.apache.openjpa.abstractstore | OpenJPA Abstract StoreManager Implementation | 
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of StoreManager in org.apache.openjpa.abstractstore | 
|---|
| Classes in org.apache.openjpa.abstractstore that implement StoreManager | |
|---|---|
|  class | AbstractStoreManagerAbstract store manager implementation to ease development of custom OpenJPA back-ends. | 
| Methods in org.apache.openjpa.abstractstore that return StoreManager | |
|---|---|
| protected  StoreManager | AbstractStoreBrokerFactory.newStoreManager() | 
| Uses of StoreManager in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement StoreManager | |
|---|---|
|  class | DataCacheStoreManagerStoreManager proxy that delegates to a data cache when possible. | 
| Constructors in org.apache.openjpa.datacache with parameters of type StoreManager | |
|---|---|
| DataCacheStoreManager(StoreManager sm)Constructor. | |
| Uses of StoreManager in org.apache.openjpa.kernel | 
|---|
| Classes in org.apache.openjpa.kernel that implement StoreManager | |
|---|---|
|  class | DelegatingStoreManagerBase class for store manager decorators that delegate to another store manager for some operations. | 
| Methods in org.apache.openjpa.kernel that return StoreManager | |
|---|---|
|  StoreManager | DelegatingStoreManager.getDelegate()Return the wrapped store manager. | 
|  StoreManager | DelegatingStoreManager.getInnermostDelegate()Return the base underlying native store manager. | 
| protected abstract  StoreManager | AbstractBrokerFactory.newStoreManager()Return a new StoreManager for this runtime. | 
| Constructors in org.apache.openjpa.kernel with parameters of type StoreManager | |
|---|---|
| DelegatingStoreManager(StoreManager store)Constructor. | |
| Uses of StoreManager in org.apache.openjpa.util | 
|---|
| Methods in org.apache.openjpa.util with parameters of type StoreManager | |
|---|---|
| static boolean | ApplicationIds.assign(OpenJPAStateManager sm,
       StoreManager store,
       boolean preFlush)Assign an application identity object to the given state, or return false if determining the application identity requires a flush. | 
| static java.util.Collection | ImplHelper.loadAll(java.util.Collection sms,
        StoreManager store,
        PCState state,
        int load,
        FetchConfiguration fetch,
        java.lang.Object context)Helper for store manager implementations. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||