Uses of Interface
javax.jdo.metadata.FetchPlanMetadata
-
Packages that use FetchPlanMetadata Package Description javax.jdo.metadata 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 FetchPlanMetadata Modifier and Type Method Description FetchPlanMetadata[]JDOMetadata. getFetchPlans()Accessor for any fetch plans defined on the JDO Metadata.FetchPlanMetadataJDOMetadata. newFetchPlanMetadata(String name)Add a new fetch plan to this JDO Metadata.FetchPlanMetadataFetchPlanMetadata. setFetchSize(int size)Method to set the fetch size.FetchPlanMetadataFetchPlanMetadata. setMaxFetchDepth(int depth)Method to set the max fetch depth for this plan.
-