T - The type of the final builder.public interface ConditionProperty<T extends QBuilder<T>,S extends QBuilder<S>> extends Property<T>
| 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.
|
Condition<T> any(Condition<S> condition)
condition - The condition that should be imposed individually against each element
in the multi valued field.Copyright © 2017. All rights reserved.