T - The final type of the builder.public interface ExistentialProperty<T extends QBuilder<T>> extends Property<T>
| 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).
|
Copyright © 2017. All rights reserved.