public class LambdaUpdateWrapper<T> extends AbstractLambdaWrapper<T,LambdaUpdateWrapper<T>> implements Update<LambdaUpdateWrapper<T>,SFunction<T,?>>
entity, entityClass, expression, lastSql, paramNameSeq, paramNameValuePairs, sqlComment, typedThis| 构造器和说明 |
|---|
LambdaUpdateWrapper()
不建议直接 new 该实例,使用 Wrappers.lambdaUpdate()
|
LambdaUpdateWrapper(T entity)
不建议直接 new 该实例,使用 Wrappers.lambdaUpdate(entity)
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getSqlSet()
获取 更新 SQL 的 SET 片段
|
protected LambdaUpdateWrapper<T> |
instance()
子类返回一个自己的新对象
|
LambdaUpdateWrapper<T> |
set(boolean condition,
SFunction<T,?> column,
java.lang.Object val)
设置 更新 SQL 的 SET 片段
|
LambdaUpdateWrapper<T> |
setSql(boolean condition,
java.lang.String sql)
设置 更新 SQL 的 SET 片段
|
columnsToString, columnsToString, columnToString, columnToString, initEntityClassaddCondition, addNestedCondition, allEq, allEq, and, and, apply, between, clone, comment, doIt, eq, exists, formatSql, formatSqlIfNeed, ge, getCheckEntityClass, getEntity, getExpression, getParamNameValuePairs, getSqlComment, getSqlSegment, groupBy, gt, having, in, initNeed, inSql, isNotNull, isNull, last, le, like, likeLeft, likeRight, likeValue, lt, ne, nested, not, notBetween, notExists, notIn, notInSql, notLike, or, or, orderBy, setEntitygetCustomSqlSegment, getSqlSelect, 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, last, notExists, orgroupBy, groupBy, having, in, in, in, inSql, isNotNull, isNull, notIn, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDescpublic LambdaUpdateWrapper()
public LambdaUpdateWrapper(T entity)
public LambdaUpdateWrapper<T> set(boolean condition, SFunction<T,?> column, java.lang.Object val)
Updatepublic LambdaUpdateWrapper<T> setSql(boolean condition, java.lang.String sql)
Updatepublic java.lang.String getSqlSet()
Updateprotected LambdaUpdateWrapper<T> instance()
AbstractWrapperinstance 在类中 AbstractWrapper<T,SFunction<T,?>,LambdaUpdateWrapper<T>>