Uses of Class
com.querydsl.core.BooleanBuilder
Packages that use BooleanBuilder
-
Uses of BooleanBuilder in com.querydsl.core
Methods in com.querydsl.core that return BooleanBuilderModifier and TypeMethodDescriptionCreate the intersection of this and the given predicateCreate the intersection of this and the union of the given args(this && (arg1 || arg2 ... || argN))Create the insertion of this and the negation of the given predicateBooleanBuilder.clone()BooleanBuilder.not()Create the union of this and the given predicateCreate the union of this and the intersection of the given args(this || (arg1 && arg2 ... && argN))Create the union of this and the negation of the given predicate