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, eq, exists, ge, getCustomSqlSegment, getEntity, getExpression, getSqlSegment, getWrapper, groupBy, gt, having, in, inSql, isNotNull, isNull, last, le, like, likeLeft, likeRight, lt, ne, nested, notBetween, notExists, notIn, notInSql, notLike, or, or, orderBygetSqlSelect, isEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhereclone, equals, 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, notLikegroupBy, having, in, in, in, inOrThrow, inOrThrow, inOrThrow, inOrThrow, inSql, isNotNull, isNull, notIn, notIn, notIn, notInOrThrow, notInOrThrow, notInOrThrow, notInOrThrow, notInSql, orderByAsc, orderByAsc, 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)
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 在类中 com.baomidou.mybatisplus.core.conditions.Wrapper<T>public com.baomidou.mybatisplus.core.mapper.BaseMapper<T> getBaseMapper()
ChainWrappergetBaseMapper 在接口中 ChainWrapper<T>