public abstract class ExistentialPropertyDelegate<T extends QBuilder<T>> extends PropertyDelegate<T> implements ExistentialProperty<T>
QBuilder.ConditionDelegate| Modifier | Constructor and Description |
|---|---|
protected |
ExistentialPropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
doesNotExist()
Specifies that the selected field must not exist (or be equal to null).
|
Condition<T> |
exists()
Specifies that the selected field must exist (and be non-null).
|
getFieldpublic final Condition<T> exists()
ExistentialPropertyexists in interface ExistentialProperty<T extends QBuilder<T>>public final Condition<T> doesNotExist()
ExistentialPropertydoesNotExist in interface ExistentialProperty<T extends QBuilder<T>>Copyright © 2017. All rights reserved.