QueryWhere<OBJ, R> extension

Extension for QueryBuilders.

on

Methods

anyOf<E, RS>(Iterable<E> items, WhereRepeatModifier<OBJ, R, E> modifier) QueryBuilder<OBJ, R, QAfterWhereClause>
Joins the results of the modifier for each item in items using logical OR. So an object will be included if it matches at least one of the resulting where clauses.