Uses of Interface
javax.jdo.metadata.FetchGroupMetadata
-
Packages that use FetchGroupMetadata Package Description javax.jdo.metadata 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 FetchGroupMetadata Modifier and Type Method Description FetchGroupMetadata[]FetchPlanMetadata. getFetchGroups()Accessor for all fetch groups defined for this fetch plan.FetchGroupMetadata[]TypeMetadata. getFetchGroups()Accessor for all FetchGroup defined on the component.FetchGroupMetadataFetchPlanMetadata. newFetchGroupMetadata(String name)Add a new fetch group for this fetch plan.FetchGroupMetadataTypeMetadata. newFetchGroupMetadata(String name)Add a new FetchGroup for this component.FetchGroupMetadataFetchGroupMetadata. setPostLoad(boolean load)Method to set whether to call post load with this fetch group
-