| 程序包 | 说明 |
|---|---|
| com.gccloud.starter.common.constant | |
| com.gccloud.starter.common.mybatis.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static GlobalConst.RepeatStrategy |
GlobalConst.RepeatStrategy.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static GlobalConst.RepeatStrategy[] |
GlobalConst.RepeatStrategy.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
ISuperService.repeat(Serializable idValue,
String field,
Object value,
GlobalConst.RepeatStrategy repeatStrategy) |
default boolean |
ISuperService.repeat(com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> id,
Serializable idValue,
com.baomidou.mybatisplus.core.toolkit.support.SFunction<T,?> field,
Object value,
GlobalConst.RepeatStrategy repeatStrategy)
查重
|
Copyright © 2023. All rights reserved.