Uses of Interface
javax.jdo.metadata.FetchGroupMetadata

Packages that use FetchGroupMetadata
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
 FetchGroupMetadata[] FetchPlanMetadata.getFetchGroups()
          Accessor for all fetch groups defined for this fetch plan.
 FetchGroupMetadata[] TypeMetadata.getFetchGroups()
          Accessor for all FetchGroup defined on the component.
 FetchGroupMetadata FetchPlanMetadata.newFetchGroupMetadata(java.lang.String name)
          Add a new fetch group for this fetch plan.
 FetchGroupMetadata TypeMetadata.newFetchGroupMetadata(java.lang.String name)
          Add a new FetchGroup for this component.
 FetchGroupMetadata FetchGroupMetadata.setPostLoad(boolean load)
          Method to set whether to call post load with this fetch group
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.