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

Packages that use PJoinSpec
org.xwiki.query.jpql.node   
 

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

Subclasses of PJoinSpec in org.xwiki.query.jpql.node
 class AInnerJoinSpec
           
 class ALeftJoinSpec
           
 

Methods in org.xwiki.query.jpql.node that return PJoinSpec
 PJoinSpec AFetchJoin.getJoinSpec()
           
 PJoinSpec AJoin.getJoinSpec()
           
 

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

Constructors in org.xwiki.query.jpql.node with parameters of type PJoinSpec
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.