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

Packages that use PSet
com.mysema.query.alias Alias functionality 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
 

Uses of PSet in com.mysema.query.alias
 

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

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

Methods in com.mysema.query.types.path that return PSet
protected
<A> PSet<A>
PEntity.createSet(String property, Class<? super A> type)
          Create a new Set typed path
<A> PSet<A>
PathBuilder.getSet(String property, Class<A> type)
          Get a new Set typed path
 



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