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

Packages that use StoreManager
org.apache.jdo.impl.pm   
org.apache.jdo.pm   
org.apache.jdo.state   
org.apache.jdo.store   
 

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

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

Methods in org.apache.jdo.impl.pm with parameters of type StoreManager
 void PersistenceManagerImpl.setStoreManager(StoreManager storeManager)
           
 

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.
 

Methods in org.apache.jdo.pm with parameters of type StoreManager
 void PersistenceManagerInternal.setStoreManager(StoreManager storeManager)
          Sets 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 Apache Software Foundation. All Rights Reserved.