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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TTJoin
 TTJoin AJoin.getTJoin()
           
 TTJoin AFetchJoin.getTJoin()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TTJoin
 void AJoin.setTJoin(TTJoin node)
           
 void AFetchJoin.setTJoin(TTJoin node)
           
 

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



Copyright © 2004-2012 XWiki. All Rights Reserved.