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

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

Subclasses of AbstractFieldRequest in org.apache.jdo.impl.fostore
(package private)  class InsertRequest
          Represents a request to write a new object to the datastore.
(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.