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

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

Methods in com.mysema.query.types with parameters of type PBoolean
 void VisitorBase.visit(PBoolean expr)
           
 void Visitor.visit(PBoolean expr)
           
 

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)
           
 PBoolean PathBuilder.getBoolean(String propertyName)
           
 



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