public interface IWhereMethod<SELF extends IWhereMethod,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN extends IConditionChain<CONDITION_CHAIN,TABLE_FIELD,COLUMN,V>> extends IConditionMethod<SELF,TABLE_FIELD,COLUMN,V,CONDITION_CHAIN>, IWhereIgnoreMethod<SELF>
| 限定符和类型 | 方法和说明 |
|---|---|
default SELF |
forSearch()
为搜索(注意查询和搜索是不一样的)
|
default SELF |
forSearch(boolean bool)
为搜索(注意查询和搜索是不一样的)
|
default SELF |
ignoreEmptyInCondition(boolean bool)
构建条件时忽略空字符串
|
default SELF |
ignoreNullValueInCondition(boolean bool)
构建条件时忽略null值
|
default SELF |
trimStringInCondition(boolean bool)
构建条件时,是否对字符串进行trim
|
and, and, and, and, and, and, and, and, and, and, and, and, andNested, between, between, conditionChain, empty, empty, eq, eq, eq, exists, exists, gt, gt, gt, gte, gte, gte, iLike, iLike, in, in, in, in, in, in, isNotNull, isNotNull, isNull, isNull, like, like, lt, lt, lt, lte, lte, lte, ne, ne, ne, notBetween, notBetween, notEmpty, notEmpty, notExists, notExists, notILike, notILike, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, or, or, or, or, or, or, or, or, or, or, or, or, orNestedeq, eqne, negt, gtgte, gte, gte, gte, gte, gtegte, gtelt, ltlte, lte, lte, lte, lte, ltelte, ltelike, like, like, like, like, like, likelike, like, like, likenotLike, notLike, notLike, notLike, notLike, notLike, notLikenotLike, notLike, notLike, notLikeiLike, iLike, iLike, iLike, iLike, iLike, iLikeiLike, iLike, iLike, iLikenotILike, notILike, notILike, notILike, notILike, notILike, notILikenotILike, notILike, notILike, notILikebetween, between, between, between, betweenbetween, between, between, between, between, between, between, between, betweennotBetween, notBetween, notBetween, notBetween, notBetweennotBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetweenisNull, isNullisNotNull, isNotNullempty, empty, emptynotEmpty, notEmpty, notEmptyin, in, in, in, in, in, in, in, innotIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIndefault SELF ignoreNullValueInCondition(boolean bool)
IWhereIgnoreMethodignoreNullValueInCondition 在接口中 IWhereIgnoreMethod<SELF extends IWhereMethod>bool - 是否忽略default SELF ignoreEmptyInCondition(boolean bool)
IWhereIgnoreMethodignoreEmptyInCondition 在接口中 IWhereIgnoreMethod<SELF extends IWhereMethod>bool - 是否忽略default SELF trimStringInCondition(boolean bool)
IWhereIgnoreMethodtrimStringInCondition 在接口中 IWhereIgnoreMethod<SELF extends IWhereMethod>bool - 是否进行trimdefault SELF forSearch()
default SELF forSearch(boolean bool)
bool - 开关Copyright © 2025. All rights reserved.