getFetchPlan() - JDO Query's method
Method javax.jdo.Query
FetchPlan getFetchPlan()
Returns the
FetchPlan
used by this Query
. Modifications of the returned fetch plan will not cause this query's owning PersistenceManager
's FetchPlan
to be modified. - Returns:
- the fetch plan used by this query
- Since:
- JDO 2.0