WHERE - NQ - public interface NumericWhere<WHERE extends WhereBase<WHERE,?,NQ>,NQ extends IBaseQuery<?,NQ>> extends ObjectWhere<WHERE,NQ>
| 限定符和类型 | 方法和说明 |
|---|---|
default WHERE |
in(int[] values)
in (values)
|
default WHERE |
in(int[] values,
boolean condition)
in (values)
|
default WHERE |
in(int[] values,
Predicate<int[]> when)
in (values)
|
default WHERE |
in(long[] values)
in (values)
|
default WHERE |
in(long[] values,
boolean condition)
in (values)
|
default WHERE |
in(long[] values,
Predicate<long[]> when)
in (values)
|
default WHERE |
notIn(int[] values)
not in (values)
|
default WHERE |
notIn(int[] values,
boolean condition)
not in (values)
|
default WHERE |
notIn(int[] values,
Predicate<int[]> when)
not in (values)
|
default WHERE |
notIn(long[] values)
not in (values)
|
default WHERE |
notIn(long[] values,
boolean condition)
not in (values)
|
default WHERE |
notIn(long[] values,
Predicate<long[]> when)
not in (values)
|
between, between, between, ge, ge, ge, ge, gt, gt, gt, gt, in, in, in, in, in, in, in, in, in, in, in, in, le, le, le, le, lt, lt, lt, lt, notBetween, notBetween, notBetween, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIndefault WHERE in(int[] values)
values - 条件值default WHERE in(int[] values, Predicate<int[]> when)
values - 条件值when - 条件成立时default WHERE in(int[] values, boolean condition)
values - 条件值condition - 条件成立时default WHERE in(long[] values)
values - 条件值default WHERE in(long[] values, Predicate<long[]> when)
values - 条件值when - 条件成立时default WHERE in(long[] values, boolean condition)
values - 条件值condition - 条件成立时default WHERE notIn(int[] values)
values - 条件值default WHERE notIn(int[] values, Predicate<int[]> when)
values - 条件值when - 条件成立时default WHERE notIn(int[] values, boolean condition)
values - 条件值condition - 条件成立时default WHERE notIn(long[] values)
values - 条件值default WHERE notIn(long[] values, Predicate<long[]> when)
values - 条件值when - 条件成立时default WHERE notIn(long[] values, boolean condition)
values - 条件值condition - 条件成立时Copyright © 2022. All rights reserved.