T - The type of the final builder.public interface BooleanProperty<T extends QBuilder<T>> extends ExistentialProperty<T>
Boolean values.| 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, existsCopyright © 2017. All rights reserved.