Uses of Interface
javax.jdo.metadata.FetchGroupMetadata
Packages that use FetchGroupMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of FetchGroupMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return FetchGroupMetadataModifier and TypeMethodDescriptionFetchPlanMetadata.getFetchGroups()Accessor for all fetch groups defined for this fetch plan.TypeMetadata.getFetchGroups()Accessor for all FetchGroup defined on the component.FetchPlanMetadata.newFetchGroupMetadata(String name) Add a new fetch group for this fetch plan.TypeMetadata.newFetchGroupMetadata(String name) Add a new FetchGroup for this component.FetchGroupMetadata.setPostLoad(boolean load) Method to set whether to call post load with this fetch group