public interface ConditionAble
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
addCondition(Condition cond)
Add the query condition, which does not require value,
eg: name is not null addCondition("name",
Conditions.IS_NOT_NULL) |
Object |
addCondition(Consumer<List<Condition>> conds) |
Copyright © 2023. All rights reserved.