public class LambdaUpdateChainWrapper<T> extends AbstractChainWrapper<T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>,LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper<T>> implements ChainUpdate<T>, com.baomidou.mybatisplus.core.conditions.update.Update<LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>
typedThis, wrapperChildren| 构造器和说明 |
|---|
LambdaUpdateChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.core.mapper.BaseMapper<T> |
getBaseMapper()
获取 BaseMapper
|
java.lang.String |
getSqlSet() |
LambdaUpdateChainWrapper<T> |
set(boolean condition,
com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> column,
java.lang.Object val,
java.lang.String mapping) |
LambdaUpdateChainWrapper<T> |
setSql(boolean condition,
java.lang.String sql) |
allEq, allEq, and, apply, between, clear, clone, comment, eq, exists, first, func, ge, getCustomSqlSegment, getEntity, getExpression, getSqlComment, getSqlFirst, getSqlSegment, getSqlSelect, getTargetSql, getWrapper, groupBy, groupBy, groupBy, gt, having, in, in, inSql, isNotNull, isNull, last, le, like, likeLeft, likeRight, lt, ne, nested, not, notBetween, notExists, notIn, notIn, notInSql, notLike, or, or, orderBy, orderBy, orderBy, setEntity, setEntityClassisEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhereequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremove, update, updategetWrapperallEq, allEq, allEq, allEq, between, eq, ge, gt, le, like, likeLeft, likeRight, lt, ne, notBetween, notLikefunc, groupBy, groupBy, groupBy, having, in, in, inSql, isNotNull, isNull, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDescpublic LambdaUpdateChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper)
public LambdaUpdateChainWrapper<T> set(boolean condition, com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> column, java.lang.Object val, java.lang.String mapping)
set 在接口中 com.baomidou.mybatisplus.core.conditions.update.Update<LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>public LambdaUpdateChainWrapper<T> setSql(boolean condition, java.lang.String sql)
setSql 在接口中 com.baomidou.mybatisplus.core.conditions.update.Update<LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>public java.lang.String getSqlSet()
getSqlSet 在接口中 com.baomidou.mybatisplus.core.conditions.update.Update<LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>getSqlSet 在类中 AbstractChainWrapper<T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>,LambdaUpdateChainWrapper<T>,com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper<T>>public com.baomidou.mybatisplus.core.mapper.BaseMapper<T> getBaseMapper()
ChainWrappergetBaseMapper 在接口中 ChainWrapper<T>