getFetchSize() - JDO FetchPlan's method
Method javax.jdo.FetchPlan
int getFetchSize()
FETCH_SIZE_OPTIMAL
if not set, or FETCH_SIZE_GREEDY
to fetch all. - Returns:
- the fetch size
- Since:
- JDO 2.0
FETCH_SIZE_OPTIMAL
if not set, or FETCH_SIZE_GREEDY
to fetch all.