Uses of Class
com.github.yulichang.toolkit.TableList

Packages that use TableList
  • Uses of TableList in com.github.yulichang.extension.kt

    Modifier and Type
    Field
    Description
    protected TableList
    KtAbstractWrapper.tableList
    关联的表
    Constructors in com.github.yulichang.extension.kt with parameters of type TableList
    Modifier
    Constructor
    Description
     
    KtDeleteJoinWrapper(T entity, Class<T> entityClass, AtomicInteger paramNameSeq, Map<String,Object> paramNameValuePairs, com.baomidou.mybatisplus.core.conditions.segments.MergeSegments mergeSegments, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, TableList tableList, Integer index, String keyWord, Class<?> joinClass, String tableName)
    不建议直接 new 该实例,使用 JoinWrappers.delete(User.class)
     
    KtUpdateJoinWrapper(T entity, Class<T> entityClass, AtomicInteger paramNameSeq, Map<String,Object> paramNameValuePairs, com.baomidou.mybatisplus.core.conditions.segments.MergeSegments mergeSegments, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, TableList tableList, Integer index, String keyWord, Class<?> joinClass, String tableName)
    不建议直接 new 该实例,使用 JoinWrappers.update(User.class)
  • Uses of TableList in com.github.yulichang.wrapper

    Modifier and Type
    Field
    Description
    protected TableList
    JoinAbstractWrapper.tableList
    关联的表
    Constructors in com.github.yulichang.wrapper with parameters of type TableList
    Modifier
    Constructor
    Description
    protected
    DeleteJoinWrapper(T entity, Class<T> entityClass, AtomicInteger paramNameSeq, Map<String,Object> paramNameValuePairs, com.baomidou.mybatisplus.core.conditions.segments.MergeSegments mergeSegments, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, TableList tableList, Integer index, String keyWord, Class<?> joinClass, String tableName)
    不建议直接 new 该实例,使用 JoinWrappers.delete(User.class)
    protected
    MPJLambdaWrapper(T entity, Class<T> entityClass, com.baomidou.mybatisplus.core.conditions.SharedString sqlSelect, AtomicInteger paramNameSeq, Map<String,Object> paramNameValuePairs, com.baomidou.mybatisplus.core.conditions.segments.MergeSegments mergeSegments, com.baomidou.mybatisplus.core.conditions.SharedString paramAlias, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, TableList tableList, Integer index, String keyWord, Class<?> joinClass, String tableName, MBiPredicate<Object,IfExistsSqlKeyWordEnum> IfExists)
    不建议直接 new 该实例,使用 JoinWrappers.lambda(UserDO.class)
    protected
    UpdateJoinWrapper(T entity, Class<T> entityClass, AtomicInteger paramNameSeq, Map<String,Object> paramNameValuePairs, com.baomidou.mybatisplus.core.conditions.segments.MergeSegments mergeSegments, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, TableList tableList, Integer index, String keyWord, Class<?> joinClass, String tableName)
    不建议直接 new 该实例,使用 JoinWrappers.update(User.class)