Uses of Class
com.mysema.query.BooleanBuilder

Packages that use BooleanBuilder
com.mysema.query Contains basic Query elements 
 

Uses of BooleanBuilder in com.mysema.query
 

Methods in com.mysema.query that return BooleanBuilder
 BooleanBuilder BooleanBuilder.and(EBoolean right)
           
 BooleanBuilder BooleanBuilder.andAnyOf(EBoolean... args)
          Create the intersection of this and the union of the given args (this && (arg1 || arg2 ... || argN))
 BooleanBuilder BooleanBuilder.andNot(EBoolean right)
           
 BooleanBuilder BooleanBuilder.not()
           
 BooleanBuilder BooleanBuilder.or(EBoolean right)
           
 BooleanBuilder BooleanBuilder.orAllOf(EBoolean... args)
          Create the union of this and the intersection of the given args (this || (arg1 && arg2 ... && argN))
 BooleanBuilder BooleanBuilder.orNot(EBoolean right)
           
 



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