Uses of Interface
org.objectweb.speedo.mim.api.FetchPlanItf

Packages that use FetchPlanItf
org.objectweb.speedo.mim.api Speedo internal API for the management of persistent classes (status, state, eg). 
org.objectweb.speedo.mim.jdo.lib   
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.pm.api   
org.objectweb.speedo.pm.ejb.lib   
org.objectweb.speedo.pm.jdo.lib   
org.objectweb.speedo.pm.lib   
 

Uses of FetchPlanItf in org.objectweb.speedo.mim.api
 

Methods in org.objectweb.speedo.mim.api that return FetchPlanItf
 FetchPlanItf FetchPlanItf.speedoAddGroup(java.lang.String fetchGroupName)
          Add the fetch group to the set of active fetch groups.
 FetchPlanItf FetchPlanItf.speedoClearGroups()
          Remove all active groups leaving no active fetch group.
 FetchPlanItf FetchPlanItf.speedoRemoveGroup(java.lang.String fetchGroupName)
          Remove the fetch group from the set active fetch groups.
 FetchPlanItf FetchPlanItf.speedoSetFetchSize(int fetchSize)
          Set the fetch size for large result set support.
 FetchPlanItf FetchPlanItf.speedoSetGroup(java.lang.String fetchGroupName)
          Set the active fetch groups to the single named fetch group.
 FetchPlanItf FetchPlanItf.speedoSetGroups(java.util.Collection fetchGroupNames)
          Set a collection of groups.
 FetchPlanItf FetchPlanItf.speedoSetGroups(java.lang.String[] fetchGroupNames)
          Set a collection of groups.
 

Uses of FetchPlanItf in org.objectweb.speedo.mim.jdo.lib
 

Classes in org.objectweb.speedo.mim.jdo.lib that implement FetchPlanItf
 class JDOFetchPlan
           
 

Uses of FetchPlanItf in org.objectweb.speedo.mim.lib
 

Classes in org.objectweb.speedo.mim.lib that implement FetchPlanItf
 class SpeedoFetchPlan
           
 

Methods in org.objectweb.speedo.mim.lib that return FetchPlanItf
 FetchPlanItf SpeedoFetchPlan.speedoAddGroup(java.lang.String fetchGroupName)
          Add a group into the fetch plan.
 FetchPlanItf SpeedoFetchPlan.speedoClearGroups()
           
 FetchPlanItf SpeedoFetchPlan.speedoRemoveGroup(java.lang.String fetchGroupName)
          Remove a group from the fetch plan.
 FetchPlanItf SpeedoFetchPlan.speedoSetFetchSize(int fetchSize)
           
 FetchPlanItf SpeedoFetchPlan.speedoSetGroup(java.lang.String fetchGroupName)
           
 FetchPlanItf SpeedoFetchPlan.speedoSetGroups(java.util.Collection fetchGroupNames)
           
 FetchPlanItf SpeedoFetchPlan.speedoSetGroups(java.lang.String[] fetchGroupNames)
           
 

Uses of FetchPlanItf in org.objectweb.speedo.pm.api
 

Methods in org.objectweb.speedo.pm.api that return FetchPlanItf
 FetchPlanItf POManagerItf.speedoGetFetchPlan()
           
 

Uses of FetchPlanItf in org.objectweb.speedo.pm.ejb.lib
 

Methods in org.objectweb.speedo.pm.ejb.lib that return FetchPlanItf
 FetchPlanItf EJBPOManager.speedoGetFetchPlan()
           
 

Uses of FetchPlanItf in org.objectweb.speedo.pm.jdo.lib
 

Methods in org.objectweb.speedo.pm.jdo.lib that return FetchPlanItf
 FetchPlanItf JDOPOManager.speedoGetFetchPlan()
           
 

Uses of FetchPlanItf in org.objectweb.speedo.pm.lib
 

Fields in org.objectweb.speedo.pm.lib declared as FetchPlanItf
protected  FetchPlanItf AbstractPOManager.fetchPlan
           
 

Methods in org.objectweb.speedo.pm.lib that return FetchPlanItf
abstract  FetchPlanItf AbstractPOManager.speedoGetFetchPlan()