|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
ALL
|
static java.lang.String |
DEFAULT
|
static java.lang.String |
NONE
|
static java.lang.String |
VALUES
|
Method Summary | |
FetchPlan |
addGroup(java.lang.String fetchGroupName)
Add the fetchgroup to the set of active fetch groups |
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 the fetch group from the set active fetch groups. |
FetchPlan |
resetGroups()
Remove all active groups and activate the default fetch 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. |
Field Detail |
public static final java.lang.String DEFAULT
public static final java.lang.String ALL
public static final java.lang.String VALUES
public static final java.lang.String NONE
Method Detail |
public FetchPlan addGroup(java.lang.String fetchGroupName)
public FetchPlan removeGroup(java.lang.String fetchGroupName)
public FetchPlan resetGroups()
public java.util.Collection getGroups()
public FetchPlan setGroups(java.util.Collection fetchGroupNames)
public FetchPlan setFetchSize(int fetchSize)
public int getFetchSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |