|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.clone()
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |