Uses of Package
org.apache.jdo.store

Packages that use org.apache.jdo.store
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. 
 

Classes in org.apache.jdo.store used by org.apache.jdo.impl.pm
StoreManager
          StoreManager represents the datastore to the rest of the JDO components.
 

Classes in org.apache.jdo.store used by org.apache.jdo.pm
StoreManager
          StoreManager represents the datastore to the rest of the JDO components.
TranscriberFactory
          Provides a means to create an array of transcribers for a given Class.
 

Classes in org.apache.jdo.store used by org.apache.jdo.state
StoreManager
          StoreManager represents the datastore to the rest of the JDO components.
 

Classes in org.apache.jdo.store used by org.apache.jdo.store
Connector
          A Connector is the store-independent means of representing a connection.
StoreManager
          StoreManager represents the datastore to the rest of the JDO components.
Transcriber
          A Transcriber provides a way to get a different representation for an object.
 



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