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

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

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

Methods in org.apache.jdo.impl.fostore that return DeleteRequest
 DeleteRequest RequestFactory.getDeleteRequest(StateManagerInternal sm, Message m, FOStorePMF pmf)
          Creates a request object to cause a persistent object in the store to be deleted.
 DeleteRequest BufferedRequestFactory.getDeleteRequest(StateManagerInternal sm, Message m, FOStorePMF pmf)