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

Packages that use PCollection
com.mysema.query.alias Alias functionality 
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.types.path
 

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



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