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) |
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, gt, having, in, inSql, isNotNull, isNull, last, le, like, likeLeft, likeRight, lt, ne, nested, not, notBetween, notExists, notIn, notInSql, notLike, or, or, orderBy, setEntity, setEntityClass
isEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhere
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
remove, update, update
getWrapper
allEq, allEq, allEq, allEq, between, eq, ge, gt, le, like, likeLeft, likeRight, lt, ne, notBetween, notLike
func, groupBy, groupBy, having, in, in, in, inSql, isNotNull, isNull, notIn, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc
public 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)
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()
ChainWrapper
getBaseMapper
在接口中 ChainWrapper<T>