Uses of Class
com.github.yulichang.toolkit.TableList
Packages that use TableList
-
Uses of TableList in com.github.yulichang.extension.kt
Fields in com.github.yulichang.extension.kt declared as TableListConstructors in com.github.yulichang.extension.kt with parameters of type TableListModifierConstructorDescriptionKtDeleteJoinWrapper(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
Fields in com.github.yulichang.wrapper declared as TableListConstructors in com.github.yulichang.wrapper with parameters of type TableListModifierConstructorDescriptionprotectedDeleteJoinWrapper(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)protectedMPJLambdaWrapper(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)protectedUpdateJoinWrapper(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)