public abstract class AbstractLambdaWrapper<T,Children extends AbstractLambdaWrapper<T,Children>> extends AbstractWrapper<T,SFunction<T,?>,Children>
统一处理解析 lambda 获取 column
expression, lastSql, paramNameSeq, paramNameValuePairs, sqlComment, sqlFirst, typedThis| 构造器和说明 |
|---|
AbstractLambdaWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.String |
columnsToString(boolean onlyColumn,
SFunction<T,?>... columns) |
protected java.lang.String |
columnsToString(SFunction<T,?>... columns)
多字段转换为逗号 "," 分割字符串
|
protected java.lang.String |
columnToString(SFunction<T,?> column)
获取 columnName
|
protected java.lang.String |
columnToString(SFunction<T,?> column,
boolean onlyColumn) |
protected void |
initNeed()
必要的初始化
|
addCondition, addNestedCondition, allEq, allEq, and, and, apply, between, clear, clone, comment, doIt, eq, exists, first, formatSql, formatSqlIfNeed, func, ge, getEntity, getEntityClass, getExpression, getParamNameValuePairs, getSqlComment, getSqlFirst, getSqlSegment, groupBy, gt, having, in, inSql, instance, isNotNull, isNull, last, le, like, likeLeft, likeRight, likeValue, lt, ne, nested, not, notBetween, notExists, notIn, notInSql, notLike, or, or, orderBy, setEntity, setEntityClassgetCustomSqlSegment, getSqlSelect, getSqlSet, getTargetSql, isEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhereequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallEq, allEq, allEq, allEq, between, eq, ge, gt, le, like, likeLeft, likeRight, lt, ne, notBetween, notLikeapply, comment, exists, first, last, notExists, orfunc, groupBy, groupBy, having, in, in, in, inSql, isNotNull, isNull, notIn, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDescprotected java.lang.String columnsToString(SFunction<T,?>... columns)
AbstractWrappercolumnsToString 在类中 AbstractWrapper<T,SFunction<T,?>,Children extends AbstractLambdaWrapper<T,Children>>columns - 多字段protected java.lang.String columnsToString(boolean onlyColumn,
SFunction<T,?>... columns)
protected java.lang.String columnToString(SFunction<T,?> column)
AbstractWrappercolumnToString 在类中 AbstractWrapper<T,SFunction<T,?>,Children extends AbstractLambdaWrapper<T,Children>>protected void initNeed()
AbstractWrapperinitNeed 在类中 AbstractWrapper<T,SFunction<T,?>,Children extends AbstractLambdaWrapper<T,Children>>