Uses of Interface
javax.jdo.metadata.FetchPlanMetadata

Packages that use FetchPlanMetadata
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
 FetchPlanMetadata[] JDOMetadata.getFetchPlans()
          Accessor for any fetch plans defined on the JDO Metadata.
 FetchPlanMetadata JDOMetadata.newFetchPlanMetadata(java.lang.String name)
          Add a new fetch plan to this JDO Metadata.
 FetchPlanMetadata FetchPlanMetadata.setFetchSize(int size)
          Method to set the fetch size.
 FetchPlanMetadata FetchPlanMetadata.setMaxFetchDepth(int depth)
          Method to set the max fetch depth for this plan.
 



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