Uses of Interface
javax.jdo.metadata.FetchPlanMetadata
Packages that use FetchPlanMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of FetchPlanMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return FetchPlanMetadataModifier and TypeMethodDescriptionJDOMetadata.getFetchPlans()
Accessor for any fetch plans defined on the JDO Metadata.JDOMetadata.newFetchPlanMetadata
(String name) Add a new fetch plan to this JDO Metadata.FetchPlanMetadata.setFetchSize
(int size) Method to set the fetch size.FetchPlanMetadata.setMaxFetchDepth
(int depth) Method to set the max fetch depth for this plan.