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 AJoin.getJoinSpec()
           
 PJoinSpec AFetchJoin.getJoinSpec()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PJoinSpec
 void AJoin.setJoinSpec(PJoinSpec node)
           
 void AFetchJoin.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-2012 XWiki. All Rights Reserved.