T - The final type of the builder.public interface EquitableProperty<T extends QBuilder<T>,S> extends ExistentialProperty<T>
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
eq(S value)
Specifies that the value of the field must be equal to the provided value.
|
Condition<T> |
ne(S value)
Specifies that the value of the field must not be equal to the provided value.
|
doesNotExist, existsCopyright © 2017. All rights reserved.