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

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(org.apache.jdo.state.StateManagerInternal sm, Message m, FOStorePMF pmf)
          Creates a request object to cause a persistent object to be inserted into the datastore.
 InsertRequest BufferedRequestFactory.getInsertRequest(org.apache.jdo.state.StateManagerInternal sm, Message m, FOStorePMF pmf)