public final class ConditionPropertyDelegate<T extends QBuilder<T>,S extends QBuilder<S>> extends PropertyDelegate<T> implements ConditionProperty<T,S>
QBuilder.ConditionDelegate| Constructor and Description |
|---|
ConditionPropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
Condition<T> |
any(Condition<S> condition)
Mandates that at least one of the elements of the multi-valued fields must match the
provided condition exactly.
|
getFieldpublic Condition<T> any(Condition<S> condition)
ConditionPropertyCopyright © 2017. All rights reserved.