类 ExpandQueryWrapper

java.lang.Object
com.mybatisflex.core.query.BaseQueryWrapper<com.mybatisflex.core.query.QueryWrapper>
com.mybatisflex.core.query.QueryWrapper
com.sie.mbm.mom.framework.db.flex.query.ExpandQueryWrapper
所有已实现的接口:
com.mybatisflex.core.query.CloneSupport<com.mybatisflex.core.query.QueryWrapper>, Serializable, Cloneable

public class ExpandQueryWrapper extends com.mybatisflex.core.query.QueryWrapper
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private Boolean
    忽略工厂过滤

    从类继承的字段 com.mybatisflex.core.query.BaseQueryWrapper

    context, dataSource, endFragments, groupByColumns, havingQueryCondition, hint, joins, joinTables, limitOffset, limitRows, orderBys, queryTables, selectColumns, unions, whereQueryCondition, with
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.mybatisflex.core.query.QueryConditionBuilder<? extends com.mybatisflex.core.query.QueryWrapper>
    and(Method field)
     
    com.mybatisflex.core.query.QueryConditionBuilder<? extends com.mybatisflex.core.query.QueryWrapper>
    and(String fieldName, Class<?> entityClass)
     
     
    static <T extends ExtAttrDTO>
    com.mybatisflex.core.query.QueryWrapper
    create(T queryDTO, Class tableClz)
     
    忽略工厂过滤
    void
    setIgnoreSite(Boolean ignoreSite)
    忽略工厂过滤
    private static String
     

    从类继承的方法 com.mybatisflex.core.query.QueryWrapper

    and, and, and, and, and, and, and, and, and, as, between, between, between, between, between, between, clone, connectMap, create, create, create, create, crossJoin, crossJoin, crossJoin, crossJoin, crossJoin, crossJoin, crossJoin, datasource, eq, eq, eq, eq, eq, eq, forUpdate, forUpdateNoWait, from, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, ge, ge, ge, ge, ge, ge, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, gt, gt, gt, gt, gt, gt, hasCondition, having, hint, in, in, in, in, in, in, in, in, in, in, in, in, in, in, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNull, isNull, isNull, isNull, isNull, isNull, join, join, join, join, join, join, join, joining, joining, joining, le, le, le, le, le, le, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, like, like, like, like, like, like, likeLeft, likeLeft, likeLeft, likeLeft, likeLeft, likeLeft, likeRight, likeRight, likeRight, likeRight, likeRight, likeRight, limit, limit, lt, lt, lt, lt, lt, lt, ne, ne, ne, ne, ne, ne, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLike, notLike, notLike, notLike, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, notLikeRight, notLikeRight, notLikeRight, notLikeRight, offset, or, or, or, or, or, or, or, or, or, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderByUnSafely, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, select, select, select, select, select, select, select, toSQL, union, unionAll, where, where, where, where, where, where, where, with, with, withRecursive, withRecursive

    从类继承的方法 com.mybatisflex.core.query.BaseQueryWrapper

    addEndFragment, addGroupByColumns, addHavingQueryCondition, addJoin, addJoinTable, addOrderBy, addSelectColumn, addWhereQueryCondition, addWhereQueryCondition, clear, getContext, getContext, getDataSource, getEndFragments, getGroupByColumns, getHavingQueryCondition, getHint, getJoins, getJoinTables, getLimitOffset, getLimitRows, getOrderBys, getQueryTables, getSelectColumns, getUnions, getWhereQueryCondition, putContext, setContext, setDataSource, setEndFragments, setGroupByColumns, setHavingQueryCondition, setHint, setJoins, setJoinTables, setLimitOffset, setLimitRows, setOrderBys, setQueryTables, setSelectColumns, setUnions, setWhereQueryCondition

    从类继承的方法 java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • ignoreSite

      private Boolean ignoreSite
      忽略工厂过滤
  • 构造器详细资料

    • ExpandQueryWrapper

      public ExpandQueryWrapper()
  • 方法详细资料

    • create

      public static ExpandQueryWrapper create()
    • create

      public static <T extends ExtAttrDTO> com.mybatisflex.core.query.QueryWrapper create(T queryDTO, Class tableClz)
    • underLineColumnNameEn

      private static String underLineColumnNameEn(String name)
    • and

      public com.mybatisflex.core.query.QueryConditionBuilder<? extends com.mybatisflex.core.query.QueryWrapper> and(String fieldName, Class<?> entityClass)
    • and

      public com.mybatisflex.core.query.QueryConditionBuilder<? extends com.mybatisflex.core.query.QueryWrapper> and(Method field)
    • getIgnoreSite

      public Boolean getIgnoreSite()
      忽略工厂过滤
    • setIgnoreSite

      public void setIgnoreSite(Boolean ignoreSite)
      忽略工厂过滤