WHERE - NQ - public interface StringWhere<WHERE extends WhereBase<WHERE,?,NQ>,NQ extends IBaseQuery<?,NQ>> extends ObjectWhere<WHERE,NQ>
| 限定符和类型 | 方法和说明 |
|---|---|
default WHERE |
endWith(String value)
like '%value'
|
WHERE |
endWith(String value,
boolean condition)
like '%value'
|
WHERE |
endWith(String value,
Predicate<String> when)
like '%value'
|
default <T> WHERE |
like(Ifs<String> ifs)
按Ifs条件设置where值
|
default WHERE |
like(String value)
like '%value%'
|
WHERE |
like(String value,
boolean condition)
like '%value%'
|
WHERE |
like(String value,
Predicate<String> when)
like '%value%'
|
default WHERE |
likeLeft(String value)
已过时。
replaced by startWith
|
WHERE |
likeLeft(String value,
Predicate<String> when)
已过时。
replaced by startWith
|
default WHERE |
likeRight(String value)
已过时。
replaced by endWith
|
WHERE |
likeRight(String value,
Predicate<String> when)
已过时。
replaced by endWith
|
default <T> WHERE |
notLike(Ifs<String> ifs)
按Ifs条件设置where值
|
default WHERE |
notLike(String value)
not like '%value%'
|
WHERE |
notLike(String value,
boolean condition)
not like '%value%'
|
WHERE |
notLike(String value,
Predicate<String> when)
not like '%value%'
|
default WHERE |
startWith(String value)
like 'value%'
|
WHERE |
startWith(String value,
boolean condition)
like 'value%'
|
WHERE |
startWith(String value,
Predicate<String> when)
like 'value%'
|
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, notInWHERE like(String value, Predicate<String> when)
value - 条件值when - 成立条件WHERE like(String value, boolean condition)
value - 条件值condition - 成立条件default <T> WHERE like(Ifs<String> ifs)
T - typeifs - if conditionsWHERE notLike(String value, Predicate<String> when)
value - 条件值when - 成立条件WHERE notLike(String value, boolean condition)
value - 条件值condition - 成立条件default <T> WHERE notLike(Ifs<String> ifs)
T - typeifs - if conditions@Deprecated default WHERE likeLeft(String value)
value - left like value@Deprecated WHERE likeLeft(String value, Predicate<String> when)
value - left like valuewhen - 执行条件default WHERE startWith(String value)
value - the string start with valueWHERE startWith(String value, Predicate<String> when)
value - left like valuewhen - 执行条件WHERE startWith(String value, boolean condition)
value - the string start with value@Deprecated default WHERE likeRight(String value)
value - right like value@Deprecated WHERE likeRight(String value, Predicate<String> when)
value - right like valuewhen - 执行条件WHERE endWith(String value, Predicate<String> when)
value - left like valuewhen - 执行条件Copyright © 2022. All rights reserved.