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

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

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

Subclasses of InsertRequest in org.apache.jdo.impl.fostore
(package private)  class UpdateRequest
          Represents a request to change one or more fields of a persistent object in the store.
(package private)  class VerifyRequest
          Represents a request to verify that in-memory data is the same as that in the database.
 

Methods in org.apache.jdo.impl.fostore that return InsertRequest
 InsertRequest RequestFactory.getInsertRequest(StateManagerInternal sm, Message m, FOStorePMF pmf)
          Creates a request object to cause a persistent object to be inserted into the datastore.
 InsertRequest BufferedRequestFactory.getInsertRequest(StateManagerInternal sm, Message m, FOStorePMF pmf)