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 AnalysisAdapter.caseTTJoin(TTJoin node)
           
 void Analysis.caseTTJoin(TTJoin node)
           
 

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

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

Methods in org.xwiki.query.jpql.node with parameters of type TTJoin
 void AFetchJoin.setTJoin(TTJoin node)
           
 void AJoin.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–2014 XWiki. All rights reserved.