public class UpdateWrapper<T> extends AbstractWrapper<T,UpdateWrapper<T>,String> implements WrapperUpdate<T,UpdateWrapper<T>,String>, WrapperString<T,UpdateWrapper<T>>
| 限定符和类型 | 字段和说明 |
|---|---|
private List<String> |
setSqls |
private String |
tableName |
private List<Object> |
values |
entityClass, paramIndex| 构造器和说明 |
|---|
UpdateWrapper() |
UpdateWrapper(Class<T> entityClass) |
UpdateWrapper(T entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLInfo<T> |
build()
编译成SQL
|
LambdaUpdateWrapper<T> |
lambda() |
UpdateWrapper<T> |
set(boolean condition,
String column,
Object value) |
and, and, between, eq, exists, ge, getColumn, getEntityClass, getWhereSql, getWrap, gt, in, in, in, isNotNull, isNull, le, like, likeLeft, likeRight, lt, ne, notExists, notIn, notIn, notIn, notLike, notLikeLeft, notLikeRight, or, or, resetSqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitset, setTableNameand, and, and, and, between, between, eq, eq, exists, exists, ge, ge, gt, gt, in, in, in, in, in, in, isNotNull, isNotNull, isNull, isNull, le, le, like, like, likeLeft, likeLeft, likeRight, likeRight, lt, lt, ne, ne, notExists, notExists, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, or, or, or, orgetEntityClass, getWhereSqlprivate String tableName
public UpdateWrapper()
public UpdateWrapper(T entity)
public UpdateWrapper<T> set(boolean condition, String column, Object value)
set 在接口中 WrapperUpdate<T,UpdateWrapper<T>,String>public LambdaUpdateWrapper<T> lambda()
public SQLInfo<T> build()
BaseWrapperbuild 在接口中 BaseWrapper<T,String>build 在类中 AbstractWrapper<T,UpdateWrapper<T>,String>Copyright © 2024. All rights reserved.