Uses of Class
com.querydsl.core.types.dsl.BooleanExpression
Packages that use BooleanExpression
Package
Description
Various support classes
DSL expression types
-
Uses of BooleanExpression in com.querydsl.core.support
Methods in com.querydsl.core.support that return BooleanExpressionModifier and TypeMethodDescriptionExtendedSubQuery.contains(Expression<? extends T> right) Create aright in thisexpressionCreate aright in thisexpressionFetchableSubQueryBase.contains(Expression<? extends T> right) ExtendedSubQuery.eq(Expression<? extends T> expr) Create athis == rightexpressionCreate athis == rightexpressionFetchableSubQueryBase.eq(Expression<? extends T> expr) ExtendedSubQuery.exists()Create aexists(this)expressionFetchableSubQueryBase.exists()ExtendedSubQuery.goe(Expression<? extends T> expr) Create athis >= rightexpressionCreate athis >= rightexpressionFetchableSubQueryBase.goe(Expression<? extends T> expr) ExtendedSubQuery.gt(Expression<? extends T> expr) Create athis > rightexpressionCreate athis > rightexpressionFetchableSubQueryBase.gt(Expression<? extends T> expr) ExtendedSubQuery.in(Collection<? extends T> right) Create athis in (a, b, c)expressionCreate athis in (a, b, c)expressionFetchableSubQueryBase.in(Collection<? extends T> right) ExtendedSubQuery.loe(Expression<? extends T> expr) Create athis <= rightexpressionCreate athis <= rightexpressionFetchableSubQueryBase.loe(Expression<? extends T> expr) ExtendedSubQuery.lt(Expression<? extends T> expr) Create athis < rightexpressionCreate athis < rightBooleanExpressionFetchableSubQueryBase.lt(Expression<? extends T> expr) ExtendedSubQuery.ne(Expression<? extends T> expr) Create athis != rightexpressionCreate athis != rightexpressionFetchableSubQueryBase.ne(Expression<? extends T> expr) ExtendedSubQuery.notExists()Create anot exists(this)expressionFetchableSubQueryBase.notExists() -
Uses of BooleanExpression in com.querydsl.core.types.dsl
Subclasses of BooleanExpression in com.querydsl.core.types.dslModifier and TypeClassDescriptionclassBooleanOperationrepresents boolean operationsclassBooleanPathrepresents boolean path expressionsclassBooleanTemplateis a custom boolean expressionFields in com.querydsl.core.types.dsl declared as BooleanExpressionModifier and TypeFieldDescriptionstatic final BooleanExpressionExpressions.FALSEstatic final BooleanExpressionExpressions.TRUEMethods in com.querydsl.core.types.dsl that return BooleanExpressionModifier and TypeMethodDescriptionTemporalExpression.after(Expression<T> right) Create athis > rightexpressionCreate athis > rightexpressionstatic BooleanExpressionExpressions.allOf(BooleanExpression... exprs) Get the intersection of the given Boolean expressionsCreate athis && rightexpressionCreate athis && any(predicates)expressionstatic BooleanExpressionExpressions.anyOf(BooleanExpression... exprs) Get the union of the given Boolean expressionsCoalesce.asBoolean()static BooleanExpressionExpressions.asBoolean(boolean value) Create a new BooleanExpressionstatic BooleanExpressionExpressions.asBoolean(Expression<Boolean> expr) Create a new BooleanExpressionTemporalExpression.before(Expression<T> right) Create athis < rightexpressionCreate athis < rightexpressionComparableExpression.between(@Nullable Expression<T> from, @Nullable Expression<T> to) Create athis between from and toexpressionCreate athis between from and toexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.between(@Nullable Expression<A> from, @Nullable Expression<A> to) Create athis between from and toexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.between(A from, A to) Create athis between from and toexpressionBooleanExpression.coalesce(Expression<?>... exprs) Create acoalesce(this, exprs...)expressionBooleanExpression.coalesce(Expression<Boolean> expr) Create acoalesce(this, expr)expressionCreate acoalesce(this, arg)expressionCreate acoalesce(this, args...)expressionfinal BooleanExpressionCollectionExpressionBase.contains(Expression<E> child) Create athis.contains(child)expressionfinal BooleanExpressionCreate athis.contains(child)expressionfinal BooleanExpressionMapExpressionBase.contains(Expression<K> key, Expression<V> value) Create a(key, value) in thisexpressionfinal BooleanExpressionCreate a(key, value) in thisexpressionStringExpression.contains(Expression<String> str) Create athis.contains(str)expressionCreate athis.contains(str)expressionStringExpression.containsIgnoreCase(Expression<String> str) Create athis.containsIgnoreCase(str)expressionStringExpression.containsIgnoreCase(String str) Create athis.containsIgnoreCase(str)expressionfinal BooleanExpressionMapExpressionBase.containsKey(Expression<K> key) Create akey in keys(this)expressionfinal BooleanExpressionMapExpressionBase.containsKey(K key) Create akey in keys(this)expressionfinal BooleanExpressionMapExpressionBase.containsValue(Expression<V> value) Create avalue in values(this)expressionfinal BooleanExpressionMapExpressionBase.containsValue(V value) Create avalue in values(this)expressionStringExpression.endsWith(Expression<String> str) Create athis.endsWith(str)expressionCreate athis.endsWith(str)expressionStringExpression.endsWithIgnoreCase(Expression<String> str) Create athis.endsWithIgnoreCase(str)expressionStringExpression.endsWithIgnoreCase(String str) Create athis.endsWithIgnoreCase(str)expressionSimpleExpression.eq(Expression<? super T> right) Create athis == rightexpressionCreate athis == rightexpressionSimpleExpression.eqAll(CollectionExpression<?, ? super T> right) Create athis == all rightexpressionSimpleExpression.eqAll(SubQueryExpression<? extends T> right) Create athis == all rightexpressionSimpleExpression.eqAny(CollectionExpression<?, ? super T> right) Create athis == < rightexpressionSimpleExpression.eqAny(SubQueryExpression<? extends T> right) Create athis == any rightexpressionStringExpression.equalsIgnoreCase(Expression<String> str) Create athis.equalsIgnoreCase(str)expressionStringExpression.equalsIgnoreCase(String str) Create athis.equalsIgnoreCase(str)expressionComparableExpression.goe(Expression<T> right) Create athis >= rightexpressionCreate athis >= rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.goe(A right) Create athis >= rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.goe(Expression<A> right) Create athis >= rightexpressionComparableExpression.goeAll(CollectionExpression<?, ? super T> right) Create athis >= all rightexpressionComparableExpression.goeAll(SubQueryExpression<? extends T> right) Create athis >= all rightexpressionNumberExpression.goeAll(CollectionExpression<?, ? super T> right) Create athis >= all rightexpressionComparableExpression.goeAny(CollectionExpression<?, ? super T> right) Create athis >= any rightexpressionComparableExpression.goeAny(SubQueryExpression<? extends T> right) Create athis >= any rightexpressionNumberExpression.goeAny(CollectionExpression<?, ? super T> right) Create athis >= any rightexpressionComparableExpression.gt(Expression<T> right) Create athis > rightexpressionCreate athis > rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.gt(A right) Create athis > rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.gt(Expression<A> right) Create athis > rightexpressionComparableExpression.gtAll(CollectionExpression<?, ? super T> right) Create athis > all rightexpressionComparableExpression.gtAll(SubQueryExpression<? extends T> right) Create athis > all rightexpressionNumberExpression.gtAll(CollectionExpression<?, ? super T> right) Create athis > all rightexpressionNumberExpression.gtAll(SubQueryExpression<? extends T> right) Create athis > all rightexpressionComparableExpression.gtAny(CollectionExpression<?, ? super T> right) Create athis > any rightexpressionComparableExpression.gtAny(SubQueryExpression<? extends T> right) Create athis > any rightexpressionNumberExpression.gtAny(CollectionExpression<?, ? super T> right) Create athis > any rightexpressionNumberExpression.gtAny(SubQueryExpression<? extends T> right) Create athis > any rightexpressionSimpleExpression.in(CollectionExpression<?, ? extends T> right) Create athis in rightexpressionSimpleExpression.in(Expression<? extends T>... right) Create athis in rightexpressionSimpleExpression.in(SubQueryExpression<? extends T> right) Create athis in rightexpressionSimpleExpression.in(Collection<? extends T> right) Create athis in rightexpressionCreate athis in rightexpression<B extends T>
BooleanExpressionBeanPath.instanceOf(Class<B> type) Create anthis instanceOf typeexpressionBeanPath.instanceOfAny(Class... types) final BooleanExpressionCollectionExpressionBase.isEmpty()Create athis.isEmpty()expressionfinal BooleanExpressionMapExpressionBase.isEmpty()Create athis.isEmpty()expressionStringExpression.isEmpty()Create athis.isEmpty()expressionBooleanExpression.isFalse()Create athis == falseexpressionfinal BooleanExpressionCollectionExpressionBase.isNotEmpty()Create a!this.isEmpty()expressionfinal BooleanExpressionMapExpressionBase.isNotEmpty()Create a!this,isEmpty()expressionStringExpression.isNotEmpty()Create a!this.isEmpty()expressionSimpleExpression.isNotNull()Create athis is not nullexpressionSimpleExpression.isNull()Create athis is nullexpressionBooleanExpression.isTrue()Create athis == trueexpressionNumberExpression.like(Expression<String> str) Create athis like strexpressionCreate athis like strexpressionStringExpression.like(Expression<String> str) Create athis like strexpressionStringExpression.like(Expression<String> str, char escape) Create athis like strexpressionCreate athis like strexpressionCreate athis like strexpressionStringExpression.likeIgnoreCase(Expression<String> str) Create athis like strexpression ignoring caseStringExpression.likeIgnoreCase(Expression<String> str, char escape) Create athis like strexpression ignoring caseStringExpression.likeIgnoreCase(String str) Create athis like strexpression ignoring caseStringExpression.likeIgnoreCase(String str, char escape) Create athis like strexpression ignoring caseComparableExpression.loe(Expression<T> right) Create athis <= rightexpressionCreate athis <= rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.loe(A right) Create athis <= rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.loe(Expression<A> right) Create athis <= rightexpressionComparableExpression.loeAll(CollectionExpression<?, ? super T> right) Create athis <= all rightexpressionComparableExpression.loeAll(SubQueryExpression<? extends T> right) Create athis <= all rightexpressionNumberExpression.loeAll(CollectionExpression<?, ? super T> right) Create athis <= all rightexpressionComparableExpression.loeAny(CollectionExpression<?, ? super T> right) Create athis <= any rightexpressionComparableExpression.loeAny(SubQueryExpression<? extends T> right) Create athis <= any rightexpressionNumberExpression.loeAny(CollectionExpression<?, ? super T> right) Create athis <= any rightexpressionComparableExpression.lt(Expression<T> right) Create athis < rightexpressionCreate athis < rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.lt(A right) Create athis < rightexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.lt(Expression<A> right) Create athis < rightexpressionComparableExpression.ltAll(CollectionExpression<?, ? super T> right) Create athis < all rightexpressionComparableExpression.ltAll(SubQueryExpression<? extends T> right) Create athis < all rightexpressionNumberExpression.ltAll(CollectionExpression<?, ? super T> right) Create athis < all rightexpressionComparableExpression.ltAny(CollectionExpression<?, ? super T> right) Create athis < any rightexpressionComparableExpression.ltAny(SubQueryExpression<? extends T> right) Create athis < any rightexpressionNumberExpression.ltAny(CollectionExpression<?, ? super T> right) Create athis < any rightexpressionStringExpression.matches(Expression<String> regex) Create athis.matches(regex)expressionCreate athis.matches(regex)expressionSimpleExpression.ne(Expression<? super T> right) Create athis <> rightexpressionCreate athis <> rightexpressionSimpleExpression.neAll(CollectionExpression<?, ? super T> right) Create athis != all rightexpressionSimpleExpression.neAny(CollectionExpression<?, ? super T> right) Create athis != any rightexpressionBooleanExpression.not()Create a!thisexpressionBooleanOperation.not()ComparableExpression.notBetween(Expression<T> from, Expression<T> to) Create athis not between from and toexpressionComparableExpression.notBetween(T from, T to) Create athis not between from and toexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.notBetween(A from, A to) Create athis not between from and toexpressionfinal <A extends Number & Comparable<?>>
BooleanExpressionNumberExpression.notBetween(Expression<A> from, Expression<A> to) Create athis not between from and toexpressionStringExpression.notEqualsIgnoreCase(Expression<String> str) Create a!this.equalsIgnoreCase(str)expressionStringExpression.notEqualsIgnoreCase(String str) Create a!this.equalsIgnoreCase(str)expressionSimpleExpression.notIn(CollectionExpression<?, ? extends T> right) Create athis not in rightexpressionSimpleExpression.notIn(Expression<? extends T>... right) Create athis not in rightexpressionSimpleExpression.notIn(SubQueryExpression<? extends T> right) Create athis not in rightexpressionSimpleExpression.notIn(Collection<? extends T> right) Create athis not in rightexpressionCreate athis not in rightexpressionStringExpression.notLike(Expression<String> str) Create athis not like strexpressionStringExpression.notLike(Expression<String> str, char escape) Create athis not like strexpressionCreate athis not like strexpressionCreate athis not like strexpressionBooleanExpression.nullif(Expression<Boolean> other) Create anullif(this, other)expressionCreate anullif(this, other)expressionCreate athis || rightexpressionCreate athis or all(predicates)expressionStringExpression.startsWith(Expression<String> str) Create athis.startsWith(str)expressionStringExpression.startsWith(String str) Create athis.startsWith(str)expressionStringExpression.startsWithIgnoreCase(Expression<String> str) Create athis.startsWithIgnoreCase(str)expressionStringExpression.startsWithIgnoreCase(String str) Create athis.startsWithIgnoreCase(str)expressionMethods in com.querydsl.core.types.dsl that return types with arguments of type BooleanExpressionModifier and TypeMethodDescriptionCaseBuilder.Initial.then(boolean b) CaseForEqBuilder.then(BooleanExpression then) Methods in com.querydsl.core.types.dsl with parameters of type BooleanExpressionModifier and TypeMethodDescriptionstatic BooleanExpressionExpressions.allOf(BooleanExpression... exprs) Get the intersection of the given Boolean expressionsstatic BooleanExpressionExpressions.anyOf(BooleanExpression... exprs) Get the union of the given Boolean expressionsCaseForEqBuilder.then(BooleanExpression then)