public class MyLambdaQueryChainWrapper<T> extends com.baomidou.mybatisplus.extension.conditions.AbstractChainWrapper<T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>,MyLambdaQueryChainWrapper<T>,com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<T>> implements BindChainQuery<T>, com.baomidou.mybatisplus.core.conditions.query.Query<MyLambdaQueryChainWrapper<T>,T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>
| 构造器和说明 |
|---|
MyLambdaQueryChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.core.mapper.BaseMapper<T> |
getBaseMapper() |
String |
getSqlSelect() |
MyLambdaQueryChainWrapper<T> |
select(Class<T> entityClass,
Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
MyLambdaQueryChainWrapper<T> |
select(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>... columns) |
allEq, allEq, and, apply, between, clear, clone, comment, eq, exists, first, func, ge, geSql, getCustomSqlSegment, getEntity, getExpression, getSqlComment, getSqlFirst, getSqlSegment, getSqlSet, getTargetSql, getWrapper, groupBy, groupBy, groupBy, gt, gtSql, having, in, in, inSql, isNotNull, isNull, last, le, leSql, like, likeLeft, likeRight, lt, ltSql, ne, nested, not, notBetween, notExists, notIn, notIn, notInSql, notLike, or, or, orderBy, orderBy, orderBy, setEntity, setEntityClassisEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, nonEmptyOfEntity, nonEmptyOfNormal, nonEmptyOfWhereequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindList, bindList, bindOne, bindOne, bindOneOpt, bindOneOpt, bindPage, bindPage, mergeFiledListcount, exists, list, one, oneOpt, pageallEq, allEq, allEq, allEq, between, eq, ge, gt, le, like, likeLeft, likeRight, lt, ne, notBetween, notLikefunc, geSql, groupBy, groupBy, groupBy, gtSql, having, in, in, inSql, isNotNull, isNull, leSql, ltSql, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDescpublic MyLambdaQueryChainWrapper(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper)
@SafeVarargs public final MyLambdaQueryChainWrapper<T> select(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>... columns)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<MyLambdaQueryChainWrapper<T>,T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>public MyLambdaQueryChainWrapper<T> select(Class<T> entityClass, Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate)
select 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<MyLambdaQueryChainWrapper<T>,T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>public String getSqlSelect()
getSqlSelect 在接口中 com.baomidou.mybatisplus.core.conditions.query.Query<MyLambdaQueryChainWrapper<T>,T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>>getSqlSelect 在类中 com.baomidou.mybatisplus.extension.conditions.AbstractChainWrapper<T,com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?>,MyLambdaQueryChainWrapper<T>,com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<T>>Copyright © 2021. All rights reserved.