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

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

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

Methods in org.objectweb.speedo.mim.api that return FetchPlan
 FetchPlan FetchPlan.addGroup(java.lang.String fetchGroupName)
          Add the fetchgroup to the set of active fetch groups
 FetchPlan FetchPlan.removeGroup(java.lang.String fetchGroupName)
          Remove the fetch group from the set active fetch groups.
 FetchPlan FetchPlan.resetGroups()
          Remove all active groups and activate the default fetch group.
 FetchPlan FetchPlan.setGroups(java.util.Collection fetchGroupNames)
          Set a collection of groups.
 FetchPlan FetchPlan.setFetchSize(int fetchSize)
          Set the fetch size for large result set support.
 

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

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

Methods in org.objectweb.speedo.mim.lib that return FetchPlan
 FetchPlan SpeedoFetchPlan.addGroup(java.lang.String fetchGroupName)
          Add a group into the fetch plan.
 FetchPlan SpeedoFetchPlan.removeGroup(java.lang.String fetchGroupName)
          Remove a group from the fetch plan.
 FetchPlan SpeedoFetchPlan.resetGroups()
          Clear the list of groups and reset to the default group.
 FetchPlan SpeedoFetchPlan.setGroups(java.util.Collection fetchGroupNames)
           
 FetchPlan SpeedoFetchPlan.setFetchSize(int fetchSize)
           
 

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

Methods in org.objectweb.speedo.pm.api that return FetchPlan
 FetchPlan ProxyManager.getFetchPlan()
           
 

Methods in org.objectweb.speedo.pm.api with parameters of type FetchPlan
 void ProxyManager.setFetchPlan(FetchPlan fp)
          Set the fetch plan associated with the persistence manager.
 

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

Methods in org.objectweb.speedo.pm.lib that return FetchPlan
 FetchPlan SpeedoProxyManager.getFetchPlan()
           
 

Methods in org.objectweb.speedo.pm.lib with parameters of type FetchPlan
 void SpeedoProxyManager.setFetchPlan(FetchPlan fp)
           
 

Uses of FetchPlan in org.objectweb.speedo.query.lib
 

Methods in org.objectweb.speedo.query.lib that return FetchPlan
 FetchPlan SpeedoQuery.getFetchPlan()
           
 FetchPlan SpeedoExtent.getFetchPlan()
           
 

Methods in org.objectweb.speedo.query.lib with parameters of type FetchPlan
 void SpeedoQuery.setFetchPlan(FetchPlan fp)
           
 void SpeedoExtent.setFetchPlan(FetchPlan fp)