Uses of Interface
org.apache.jdo.store.StoreManager

Packages that use StoreManager
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.pm This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. 
org.apache.jdo.pm This package contains provides internal interfaces for PersistenceManagerFactory and PersistenceManager extending the ones from javax.jdo. 
org.apache.jdo.state This package contains the internal StateManager and teh FIeldManager interface. 
org.apache.jdo.store This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation. 
 

Uses of StoreManager in org.apache.jdo.impl.fostore
 

Methods in org.apache.jdo.impl.fostore that return StoreManager
 StoreManager FOStorePMF.getStoreManager(javax.jdo.PersistenceManager pm)
           
 

Uses of StoreManager in org.apache.jdo.impl.pm
 

Methods in org.apache.jdo.impl.pm that return StoreManager
 StoreManager PersistenceManagerImpl.getStoreManager()
           
 

Uses of StoreManager in org.apache.jdo.pm
 

Methods in org.apache.jdo.pm that return StoreManager
 StoreManager PersistenceManagerInternal.getStoreManager()
          Provides a StoreManager that is ready to accept operations on it.
 StoreManager PersistenceManagerFactoryInternal.getStoreManager(javax.jdo.PersistenceManager pm)
          Provides a StoreManager that is ready to accept operations on it such as insert, etc.
 

Uses of StoreManager in org.apache.jdo.state
 

Methods in org.apache.jdo.state with parameters of type StoreManager
 boolean StateManagerInternal.flush(StoreManager srm)
          Causes the state manager to send itself to the store manager for insert, update, and so on as per its own state.
 

Uses of StoreManager in org.apache.jdo.store
 

Classes in org.apache.jdo.store that implement StoreManager
 class StoreManagerImpl
          StoreManagerImpl provides a base for fully implementing the StoreManager interface.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.