Uses of Interface
wt.query.specification.FetchSpecification

Packages that use FetchSpecification
wt.csm.query   
wt.query.specification   
 

Uses of FetchSpecification in wt.csm.query
 

Methods in wt.csm.query that return FetchSpecification
 FetchSpecification CSMFetchRule.getFetchSpecification()
          

Supported API: false
 

Methods in wt.csm.query with parameters of type FetchSpecification
static void AbstractCSMQueryContainer.printFetchSpec(FetchSpecification spec, String prefix)
           
 

Uses of FetchSpecification in wt.query.specification
 

Classes in wt.query.specification that implement FetchSpecification
 class DefaultFetchSpecification
          

Supported API: false

Extendable: false
 

Fields in wt.query.specification declared as FetchSpecification
private  FetchSpecification DefaultSearchSpecification.fetch
           
 

Methods in wt.query.specification that return FetchSpecification
 FetchSpecification SearchSpecification.getFetch()
          Gets the object for the association that plays role: FETCH.
 FetchSpecification DefaultSearchSpecification.getFetch()
          Gets the object for the association that plays role: fetch.
 

Methods in wt.query.specification with parameters of type FetchSpecification
 void SearchSpecification.setFetch(FetchSpecification a_Fetch)
          Sets the object for the association that plays role: FETCH.
 void DefaultSearchSpecification.setFetch(FetchSpecification a_Fetch)
          Sets the object for the association that plays role: fetch.