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

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

Uses of PBoolean in com.mysema.query.alias
 

Methods in com.mysema.query.alias that return PBoolean
static PBoolean Alias.$(Boolean arg)
           
 

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

Methods in com.mysema.query.types.path that return PBoolean
protected  PBoolean PEntity.createBoolean(String propertyName)
          Create a new Boolean path
 PBoolean PathBuilder.get(PBoolean path)
           
 PBoolean PathBuilder.getBoolean(String propertyName)
          Get a new Boolean typed path
 

Methods in com.mysema.query.types.path with parameters of type PBoolean
 PBoolean PathBuilder.get(PBoolean path)
           
 



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