Uses of Interface
javax.jdo.FetchPlan
Packages that use FetchPlan
-
Uses of FetchPlan in javax.jdo
Modifier and TypeMethodDescriptionAdd the fetch group to the set of active fetch groups.FetchPlan.clearGroups()
Remove all active groups leaving no active fetch group.Extent.getFetchPlan()
Get the fetch plan associated with this Extent.JDOQLTypedQuery.getFetchPlan()
Accessor for the FetchPlan for this queryPersistenceManager.getFetchPlan()
Returns theFetchPlan
used by thisPersistenceManager
.Query.getFetchPlan()
Returns theFetchPlan
used by thisQuery
.FetchPlan.removeGroup
(String fetchGroupName) Remove the fetch group from the set active fetch groups.FetchPlan.setDetachmentOptions
(int options) Set options to be used during detachment.FetchPlan.setDetachmentRootClasses
(Class... rootClasses) Set the root classes for DetachAllOnCommit.FetchPlan.setDetachmentRoots
(Collection roots) Set the roots for DetachAllOnCommit.FetchPlan.setFetchSize
(int fetchSize) Set the fetch size for large result set support.Set the active fetch groups to the single named fetch group.Set a collection of groups.FetchPlan.setGroups
(Collection fetchGroupNames) Set a collection of groups.FetchPlan.setMaxFetchDepth
(int fetchDepth) Set the maximum fetch depth when fetching.