Uses of Interface
com.github.yulichang.wrapper.interfaces.MBiPredicate
Packages that use MBiPredicate
Package
Description
-
Uses of MBiPredicate in com.github.yulichang.config
Fields in com.github.yulichang.config declared as MBiPredicateModifier and TypeFieldDescriptionstatic MBiPredicate<Object,IfExistsSqlKeyWordEnum> ConfigProperties.ifExistsWrapper IfExists 判断策略 -
Uses of MBiPredicate in com.github.yulichang.extension.apt
Fields in com.github.yulichang.extension.apt declared as MBiPredicateModifier and TypeFieldDescriptionprotected MBiPredicate<Object,IfExistsSqlKeyWordEnum> JoinAbstractWrapper.ifExistsIfExists 策略Methods in com.github.yulichang.extension.apt with parameters of type MBiPredicateModifier and TypeMethodDescriptionJoinAbstractWrapper.setIfExists(MBiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) Constructors in com.github.yulichang.extension.apt with parameters of type MBiPredicateModifierConstructorDescriptionprotectedAptQueryWrapper(T entity, BaseColumn<T> baseColumn, 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, TableMap aptIndex, Integer index, String keyWord, Class<?> joinClass, String tableName, MBiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) 不建议直接 new 该实例,使用 JoinWrappers.lambda(UserDO.class) -
Uses of MBiPredicate in com.github.yulichang.wrapper
Fields in com.github.yulichang.wrapper declared as MBiPredicateModifier and TypeFieldDescriptionprotected MBiPredicate<Object,IfExistsSqlKeyWordEnum> JoinAbstractWrapper.ifExistsIfExists 策略Methods in com.github.yulichang.wrapper with parameters of type MBiPredicateModifier and TypeMethodDescriptionJoinAbstractWrapper.setIfExists(MBiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) Constructors in com.github.yulichang.wrapper with parameters of type MBiPredicateModifierConstructorDescriptionprotectedMPJLambdaWrapper(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)