Uses of Interface
org.apache.jdo.impl.fostore.RequestFactory

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

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

Classes in org.apache.jdo.impl.fostore that implement RequestFactory
(package private)  class BufferedRequestFactory
          Creates different kinds of requests.
 

Fields in org.apache.jdo.impl.fostore declared as RequestFactory
private  RequestFactory FOStoreExtent.rf
           
private  RequestFactory FOStoreStoreManager.rf
           
 

Methods in org.apache.jdo.impl.fostore that return RequestFactory
(package private)  RequestFactory FOStorePMF.getRequestFactory()
          Provides the request factory.
(package private) static RequestFactory BufferedRequestFactory.getInstance()
           
 

Constructors in org.apache.jdo.impl.fostore with parameters of type RequestFactory
FOStoreExtent(java.lang.Class cls, boolean subclasses, PersistenceManagerInternal pm, RequestFactory rf, FOStoreConnector connector)