public abstract class ListablePropertyDelegate<T extends QBuilder<T>,S> extends EquitablePropertyDelegate<T,S> implements ListableProperty<T,S>
QBuilder.ConditionDelegate| Modifier | Constructor and Description |
|---|---|
protected |
ListablePropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
in(Collection<S> values)
Specifies that the field's value must occur at least once in the list of provided values.
|
Condition<T> |
in(S... values)
Specifies that the field's value must occur at least once in the list of provided values.
|
Condition<T> |
nin(Collection<S> values)
Specifies that the field's value must never occur in the list of provided values.
|
Condition<T> |
nin(S... values)
Specifies that the field's value must never occur in the list of provided values.
|
eq, nedoesNotExist, 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, exists@SafeVarargs public final Condition<T> in(S... values)
ListablePropertypublic final Condition<T> in(Collection<S> values)
ListableProperty@SafeVarargs public final Condition<T> nin(S... values)
ListablePropertypublic final Condition<T> nin(Collection<S> values)
ListablePropertyCopyright © 2017. All rights reserved.