T - 参数实体public class CommonWrapper<T> extends com.baomidou.mybatisplus.core.conditions.AbstractWrapper<T,String,CommonWrapper<T>> implements com.baomidou.mybatisplus.core.conditions.query.Query<CommonWrapper<T>,T,String>
| 构造器和说明 |
|---|
CommonWrapper() |
CommonWrapper(QueryOptions options) |
CommonWrapper(T entity) |
CommonWrapper(T entity,
QueryOptions options) |
CommonWrapper(T entity,
String... columns) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getColumns() |
Long |
getCurPage() |
List<IFilter> |
getFilters() |
String |
getFirstSql() |
Long |
getLimit() |
List<IOrderBy> |
getOrderBys() |
String |
getSqlSelect() |
protected CommonWrapper<T> |
instance() |
CommonWrapper<T> |
select(Class<T> entityClass,
Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
CommonWrapper<T> |
select(Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
CommonWrapper<T> |
select(String... columns) |
void |
setFirstSql(String firstSql) |
addCondition, addNestedCondition, allEq, allEq, and, and, apply, between, clone, columnsToString, columnToString, comment, doIt, eq, exists, formatSql, formatSqlIfNeed, ge, getCheckEntityClass, getEntity, getExpression, getParamNameValuePairs, getSqlComment, getSqlSegment, groupBy, gt, having, in, initEntityClass, initNeed, inSql, isNotNull, isNull, last, le, like, likeLeft, likeRight, likeValue, lt, ne, nested, not, notBetween, notExists, notIn, notInSql, notLike, or, or, orderBy, setEntitygetCustomSqlSegment, getSqlSet, 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, notLikepublic CommonWrapper()
public CommonWrapper(T entity)
public CommonWrapper(T entity, QueryOptions options)
public CommonWrapper(QueryOptions options)
protected CommonWrapper<T> instance()
instance 在类中 com.baomidou.mybatisplus.core.conditions.AbstractWrapper<T,String,CommonWrapper<T>>public Long getCurPage()
public Long getLimit()
public String getFirstSql()
public void setFirstSql(String firstSql)
public CommonWrapper<T> select(String... columns)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<CommonWrapper<T>,T,String>public CommonWrapper<T> select(Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<CommonWrapper<T>,T,String>public CommonWrapper<T> select(Class<T> entityClass, Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<CommonWrapper<T>,T,String>Copyright © 2020. All rights reserved.