Uses of Class
org.jpox.FetchPlanImpl

Packages that use FetchPlanImpl
org.jpox This package provides classes that are typically client-facing. 
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
 

Uses of FetchPlanImpl in org.jpox
 

Constructors in org.jpox with parameters of type FetchPlanImpl
FetchPlanImpl.FetchPlanForClass(AbstractClassMetaData cmd, FetchPlanImpl fetchPlan)
          Constructor
 

Uses of FetchPlanImpl in org.jpox.store
 

Methods in org.jpox.store that return FetchPlanImpl
 FetchPlanImpl FieldValues.getFetchPlanForLoading()
          Accessor for any FetchPlan to use when loading of fields (if any).
 

Uses of FetchPlanImpl in org.jpox.store.query
 

Fields in org.jpox.store.query declared as FetchPlanImpl
protected  FetchPlanImpl PersistentIDROF.fetchPlan
          Fetch Plan to use when loading fields (if any).
 

Constructors in org.jpox.store.query with parameters of type FetchPlanImpl
PersistentIDROF(DatastoreClass table, int[] fieldNumbers, AbstractClassMetaData acmd, StatementExpressionIndex[] statementExpressionIndex, int[] datastoreIdentityExpressionIndex, int[] versionIndex, boolean ignoreCache, boolean discriminator, boolean hasMetaDataInResults, FetchPlanImpl fetchPlan)
          Constructor.
 



Copyright © -2007 . All Rights Reserved.