Uses of Enum
com.github.yulichang.wrapper.enums.IfExistsSqlKeyWordEnum
Packages that use IfExistsSqlKeyWordEnum
Package
Description
-
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.config
Fields in com.github.yulichang.config with type parameters of type IfExistsSqlKeyWordEnumModifier and TypeFieldDescriptionstatic MBiPredicate<Object,IfExistsSqlKeyWordEnum> ConfigProperties.ifExistsWrapper IfExists 判断策略 -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.extension.apt
Fields in com.github.yulichang.extension.apt with type parameters of type IfExistsSqlKeyWordEnumModifier and TypeFieldDescriptionprotected MBiPredicate<Object,IfExistsSqlKeyWordEnum> JoinAbstractWrapper.ifExistsIfExists 策略Method parameters in com.github.yulichang.extension.apt with type arguments of type IfExistsSqlKeyWordEnumModifier and TypeMethodDescriptionJoinAbstractWrapper.setIfExists(MBiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) Constructor parameters in com.github.yulichang.extension.apt with type arguments of type IfExistsSqlKeyWordEnumModifierConstructorDescriptionprotectedAptQueryWrapper(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 IfExistsSqlKeyWordEnum in com.github.yulichang.extension.apt.interfaces
Methods in com.github.yulichang.extension.apt.interfaces that return types with arguments of type IfExistsSqlKeyWordEnum -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.extension.kt
Fields in com.github.yulichang.extension.kt with type parameters of type IfExistsSqlKeyWordEnumModifier and TypeFieldDescriptionprotected BiPredicate<Object,IfExistsSqlKeyWordEnum> KtAbstractWrapper.ifExistsIfExists 策略Method parameters in com.github.yulichang.extension.kt with type arguments of type IfExistsSqlKeyWordEnumModifier and TypeMethodDescriptionKtAbstractWrapper.setIfExists(BiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.extension.kt.interfaces
Methods in com.github.yulichang.extension.kt.interfaces that return types with arguments of type IfExistsSqlKeyWordEnum -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.query
Method parameters in com.github.yulichang.query with type arguments of type IfExistsSqlKeyWordEnumModifier and TypeMethodDescriptionMPJLambdaQueryWrapper.setIfExists(BiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) MPJQueryWrapper.setIfExists(BiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) Constructor parameters in com.github.yulichang.query with type arguments of type IfExistsSqlKeyWordEnumModifierConstructorDescriptionMPJQueryWrapper(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 sqlSelect, com.baomidou.mybatisplus.core.conditions.SharedString from, com.baomidou.mybatisplus.core.conditions.SharedString lastSql, com.baomidou.mybatisplus.core.conditions.SharedString sqlComment, com.baomidou.mybatisplus.core.conditions.SharedString sqlFirst, List<String> selectColumns, List<String> ignoreColumns, boolean selectDistinct, BiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) 非对外公开的构造方法,只用于生产嵌套 sql -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.query.interfaces
Methods in com.github.yulichang.query.interfaces that return types with arguments of type IfExistsSqlKeyWordEnum -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.wrapper
Fields in com.github.yulichang.wrapper with type parameters of type IfExistsSqlKeyWordEnumModifier and TypeFieldDescriptionprotected MBiPredicate<Object,IfExistsSqlKeyWordEnum> JoinAbstractWrapper.ifExistsIfExists 策略Method parameters in com.github.yulichang.wrapper with type arguments of type IfExistsSqlKeyWordEnumModifier and TypeMethodDescriptionJoinAbstractWrapper.setIfExists(MBiPredicate<Object, IfExistsSqlKeyWordEnum> IfExists) Constructor parameters in com.github.yulichang.wrapper with type arguments of type IfExistsSqlKeyWordEnumModifierConstructorDescriptionprotectedMPJLambdaWrapper(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) -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.wrapper.enums
Methods in com.github.yulichang.wrapper.enums that return IfExistsSqlKeyWordEnumModifier and TypeMethodDescriptionstatic IfExistsSqlKeyWordEnumReturns the enum constant of this type with the specified name.static IfExistsSqlKeyWordEnum[]IfExistsSqlKeyWordEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IfExistsSqlKeyWordEnum in com.github.yulichang.wrapper.interfaces
Methods in com.github.yulichang.wrapper.interfaces that return types with arguments of type IfExistsSqlKeyWordEnum