|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.mim.lib.SpeedoFetchPlan
Field Summary |
Fields inherited from interface org.objectweb.speedo.mim.api.FetchPlan |
ALL, DEFAULT, NONE, VALUES |
Constructor Summary | |
SpeedoFetchPlan()
|
|
SpeedoFetchPlan(java.lang.String fgName)
|
Method Summary | |
FetchPlan |
addGroup(java.lang.String fetchGroupName)
Add a group into the fetch plan. |
int |
getFetchSize()
Return the fetch size, or 0 if not set. |
java.util.Collection |
getGroups()
Return the names of all active fetch groups. |
FetchPlan |
removeGroup(java.lang.String fetchGroupName)
Remove a group from the fetch plan. |
FetchPlan |
resetGroups()
Clear the list of groups and reset to the default group. |
FetchPlan |
setFetchSize(int fetchSize)
Set the fetch size for large result set support. |
FetchPlan |
setGroups(java.util.Collection fetchGroupNames)
Set a collection of groups. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpeedoFetchPlan()
public SpeedoFetchPlan(java.lang.String fgName)
Method Detail |
public FetchPlan addGroup(java.lang.String fetchGroupName)
addGroup
in interface FetchPlan
public FetchPlan removeGroup(java.lang.String fetchGroupName)
removeGroup
in interface FetchPlan
public FetchPlan resetGroups()
resetGroups
in interface FetchPlan
public java.util.Collection getGroups()
FetchPlan
getGroups
in interface FetchPlan
public FetchPlan setGroups(java.util.Collection fetchGroupNames)
FetchPlan
setGroups
in interface FetchPlan
public FetchPlan setFetchSize(int fetchSize)
FetchPlan
setFetchSize
in interface FetchPlan
public int getFetchSize()
FetchPlan
getFetchSize
in interface FetchPlan
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |