Uses of Class
com.mysema.query.types.path.PCollection

Packages that use PCollection
com.mysema.query.alias Alias functionality 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of PCollection in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PCollection
static
<D> PCollection<D>
Alias.$(Collection<D> args)
           
 

Uses of PCollection in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type PCollection
 void HQLSerializer.visit(PCollection<?> expr)
           
 

Uses of PCollection in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type PCollection
 void VisitorBase.visit(PCollection<?> expr)
           
 void Visitor.visit(PCollection<?> expr)
           
 

Uses of PCollection in com.mysema.query.types.path
 

Methods in com.mysema.query.types.path that return PCollection
protected
<A> PCollection<A>
PEntity.createCollection(String property, Class<? super A> type)
           
<A> PCollection<A>
PathBuilder.getCollection(String property, Class<A> type)
           
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.