Uses of Class
org.datanucleus.metadata.FetchPlanMetaData
Packages that use FetchPlanMetaData
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
-
Uses of FetchPlanMetaData in org.datanucleus.metadata
Fields in org.datanucleus.metadata with type parameters of type FetchPlanMetaDataModifier and TypeFieldDescriptionprotected Map
<String, FetchPlanMetaData> MetaDataManagerImpl.fetchPlanMetaDataByName
Map of FetchPlanMetaData, keyed by the fetch plan name.protected Collection
<FetchPlanMetaData> FileMetaData.fetchPlans
Named FetchPlans in this file.Methods in org.datanucleus.metadata that return FetchPlanMetaDataModifier and TypeMethodDescriptionFileMetaData.getFetchPlans()
Accessor for the metadata of the named fetch plans.MetaDataManager.getMetaDataForFetchPlan
(String name) Accessor for the MetaData for a named fetch plan.MetaDataManagerImpl.getMetaDataForFetchPlan
(String name) FileMetaData.newFetchPlanMetaData
(String name) FetchPlanMetaData.setFetchSize
(int fetchSize) FetchPlanMetaData.setFetchSize
(String fetchSize) FetchPlanMetaData.setMaxFetchDepth
(int maxFetchDepth) FetchPlanMetaData.setMaxFetchDepth
(String maxFetchDepth)