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

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

Fields in org.apache.jdo.impl.fostore declared as FOStoreModel
private  FOStoreModel FOStorePMF.model
          Model associated with this PMF.
private  FOStoreModel InsertRequest.model
           
private  FOStoreModel AIDTranscriber.model
           
private  FOStoreModel FieldFetcher.model
           
 

Methods in org.apache.jdo.impl.fostore that return FOStoreModel
 FOStoreModel FOStorePMF.getModel()
          Returns metadata associated with this PersistenceManagerFactory.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreModel
(package private) static java.util.ArrayList GetExtentRequest.readInstances(java.io.DataInput in, int numInstances, FOStoreModel model, org.apache.jdo.pm.PersistenceManagerInternal pm, java.lang.Class cls)
          Reads instances from given DataInput using a FieldFetcher.
(package private) static FOStoreSchemaUID FOStoreSchemaUID.lookup(java.lang.Class cls, FOStoreModel model)
          Provides a FOStoreSchemaUID corresponding to the given class.
 

Constructors in org.apache.jdo.impl.fostore with parameters of type FOStoreModel
FieldFetcher(FOStoreInput fin, FOStoreModel model, org.apache.jdo.pm.PersistenceManagerInternal pm, java.lang.ClassLoader candidateLoader)
           
FieldFetcher(FOStoreInput fin, FOStoreModel model, org.apache.jdo.pm.PersistenceManagerInternal pm, java.lang.ClassLoader candidateLoader, boolean skip)
          Called by AID when PK fields are written sequentially independent of their actual field numbers.