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

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

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

Subclasses of PJoin in org.xwiki.query.jpql.node
 class AFetchJoin
           
 class AJoin
           
 

Methods in org.xwiki.query.jpql.node that return types with arguments of type PJoin
 LinkedList<PJoin> AIdentificationVariableDeclaration.getJoin()
           
 

Method parameters in org.xwiki.query.jpql.node with type arguments of type PJoin
 void AIdentificationVariableDeclaration.setJoin(List<PJoin> list)
           
 

Constructor parameters in org.xwiki.query.jpql.node with type arguments of type PJoin
AIdentificationVariableDeclaration(PRangeVariableDeclaration _rangeVariableDeclaration_, List<PJoin> _join_)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.