Uses of Class
org.xwiki.query.jpql.node.TFetch

Packages that use TFetch
org.xwiki.query.jpql.analysis   
org.xwiki.query.jpql.node   
 

Uses of TFetch in org.xwiki.query.jpql.analysis
 

Methods in org.xwiki.query.jpql.analysis with parameters of type TFetch
 void Analysis.caseTFetch(TFetch node)
           
 void AnalysisAdapter.caseTFetch(TFetch node)
           
 

Uses of TFetch in org.xwiki.query.jpql.node
 

Methods in org.xwiki.query.jpql.node that return TFetch
 TFetch AFetchJoin.getFetch()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TFetch
 void AFetchJoin.setFetch(TFetch node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TFetch
AFetchJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, TFetch _fetch_, PPath _path_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.