public class MappingQuery<T>
extends com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<T>
| 构造器和说明 |
|---|
MappingQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<T> |
addCondition(boolean condition,
String column,
com.baomidou.mybatisplus.core.enums.SqlKeyword sqlKeyword,
Object val)
公开 addCondition 方法
|
static <T> List<?> |
mpjQueryList(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper,
com.baomidou.mybatisplus.core.enums.SqlKeyword keyword,
String column,
Object val,
MPJTableFieldInfo fieldInfo)
映射 wrapper 构造器
仅对使用映射注解时使用
|
checkSqlInjection, clear, columnToString, getSqlSelect, instance, lambda, select, selectaddNestedCondition, allEq, allEq, and, and, appendSqlSegments, apply, between, clone, columnsToString, columnsToString, columnToSqlSegment, comment, doGroupBy, doOrderBy, eq, eqSql, exists, first, formatParam, formatSqlMaybeWithParam, func, ge, geSql, getEntity, getEntityClass, getExpression, getParamAlias, getParamNameValuePairs, getSqlComment, getSqlFirst, getSqlSegment, groupBy, groupBy, groupBy, groupBy, gt, gtSql, having, in, in, inExpression, inExpression, initNeed, inSql, isNotNull, isNull, isUseAnnotationOrderBy, last, le, leSql, like, likeLeft, likeRight, likeValue, lt, ltSql, maybeDo, ne, nested, not, not, notBetween, notExists, notIn, notIn, notInSql, notLike, notLikeLeft, notLikeRight, or, or, orderBy, orderBy, orderBy, orderBy, setEntity, setEntityClass, setParamAliasgetCustomSqlSegment, getSqlSet, getTargetSql, isEmptyOfEntity, isEmptyOfNormal, isEmptyOfWhere, isNonEmptyOfEntity, isNonEmptyOfNormal, isNonEmptyOfWhere, 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, notLike, notLikeLeft, notLikeRightapply, comment, exists, first, last, notExists, oreqSql, func, geSql, groupBy, groupBy, groupBy, gtSql, having, in, in, inSql, isNotNull, isNull, leSql, ltSql, notIn, notIn, notInSql, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDescpublic com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<T> addCondition(boolean condition, String column, com.baomidou.mybatisplus.core.enums.SqlKeyword sqlKeyword, Object val)
public static <T> List<?> mpjQueryList(com.baomidou.mybatisplus.core.mapper.BaseMapper<T> baseMapper, com.baomidou.mybatisplus.core.enums.SqlKeyword keyword, String column, Object val, MPJTableFieldInfo fieldInfo)
Copyright © 2024. All rights reserved.