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

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

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

Subclasses of PFromList in org.xwiki.query.jpql.node
 class AFromList
           
 class AMemberFromList
           
 class ASingleFromList
           
 

Methods in org.xwiki.query.jpql.node that return PFromList
 PFromList AFromClause.getFromList()
           
 PFromList AMemberFromList.getFromList()
           
 PFromList AFromList.getFromList()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PFromList
 void AFromClause.setFromList(PFromList node)
           
 void AMemberFromList.setFromList(PFromList node)
           
 void AFromList.setFromList(PFromList node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PFromList
AFromClause(TFrom _from_, PFromList _fromList_)
           
AFromList(PIdentificationVariableDeclaration _identificationVariableDeclaration_, TComma _comma_, PFromList _fromList_)
           
AMemberFromList(PCollectionMemberDeclaration _collectionMemberDeclaration_, TComma _comma_, PFromList _fromList_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.