public final class BooleanPropertyDelegate<T extends QBuilder<T>> extends ExistentialPropertyDelegate<T> implements BooleanProperty<T>
QBuilder.ConditionDelegate| Constructor and Description |
|---|
BooleanPropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
isFalse()
Mandates that the boolean field must be false to match the query.
|
Condition<T> |
isTrue()
Mandates that the boolean field must be true to match the query.
|
doesNotExist, existsgetFieldand, and, bool, condition, condition, doubleNum, enumeration, floatNum, instant, intNum, longNum, or, or, prop, shortNum, stringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesNotExist, existspublic final Condition<T> isTrue()
BooleanPropertyisTrue in interface BooleanProperty<T extends QBuilder<T>>public final Condition<T> isFalse()
BooleanPropertyisFalse in interface BooleanProperty<T extends QBuilder<T>>Copyright © 2017. All rights reserved.