public class QueryChainWrapper<T> extends AbstractChainWrapper<T,String,QueryChainWrapper<T>,com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<T>> implements ChainQuery<T>, com.baomidou.mybatisplus.core.conditions.query.Query<QueryChainWrapper<T>,T,String>
typedThis, wrapperChildren| 构造器和说明 |
|---|
QueryChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.core.mapper.BaseMapper<T> |
getBaseMapper()
获取 BaseMapper
|
String |
getSqlSelect() |
QueryChainWrapper<T> |
select(Class<T> entityClass,
Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
QueryChainWrapper<T> |
select(Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
QueryChainWrapper<T> |
select(String... columns) |
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, orderBygetSqlSet, isEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhereclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, one, pagegetWrapperallEq, allEq, allEq, allEq, between, eq, ge, gt, le, like, likeLeft, likeRight, lt, ne, notBetween, notLikegroupBy, having, in, in, in, inSql, isNotNull, isNull, notIn, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDescpublic QueryChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper)
public QueryChainWrapper<T> select(String... columns)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<QueryChainWrapper<T>,T,String>public QueryChainWrapper<T> select(Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<QueryChainWrapper<T>,T,String>public QueryChainWrapper<T> select(Class<T> entityClass, Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<QueryChainWrapper<T>,T,String>public String getSqlSelect()
getSqlSelect 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<QueryChainWrapper<T>,T,String>getSqlSelect 在类中 com.baomidou.mybatisplus.core.conditions.Wrapper<T>public com.baomidou.mybatisplus.core.mapper.BaseMapper<T> getBaseMapper()
ChainWrappergetBaseMapper 在接口中 ChainWrapper<T>