Uses of Class
org.apache.jdo.impl.fostore.CreateOIDRequest

Packages that use CreateOIDRequest
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

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

Methods in org.apache.jdo.impl.fostore that return CreateOIDRequest
 CreateOIDRequest RequestFactory.getCreateOIDRequest(StateManagerInternal sm, Message m, FOStorePMF pmf, OID oid, PersistenceManagerInternal pm)
          Creates a request object that will get a datastore OID for a provisional OID.
 CreateOIDRequest BufferedRequestFactory.getCreateOIDRequest(StateManagerInternal sm, Message m, FOStorePMF pmf, OID oid, PersistenceManagerInternal pm)