public enum CustomizedSqlMethod extends Enum<CustomizedSqlMethod>
| 枚举常量和说明 |
|---|
DIRECT_DELETE |
DIRECT_DELETE_BATCH_BY_IDS |
DIRECT_DELETE_BY_ID |
DIRECT_DELETE_BY_MAP |
RECOVER
插入
|
RECOVER_BATCH_BY_IDS |
RECOVER_BY_ID |
RECOVER_BY_MAP |
public static final CustomizedSqlMethod RECOVER
public static final CustomizedSqlMethod RECOVER_BY_ID
public static final CustomizedSqlMethod RECOVER_BATCH_BY_IDS
public static final CustomizedSqlMethod RECOVER_BY_MAP
public static final CustomizedSqlMethod DIRECT_DELETE
public static final CustomizedSqlMethod DIRECT_DELETE_BY_ID
public static final CustomizedSqlMethod DIRECT_DELETE_BATCH_BY_IDS
public static final CustomizedSqlMethod DIRECT_DELETE_BY_MAP
public static CustomizedSqlMethod[] values()
for (CustomizedSqlMethod c : CustomizedSqlMethod.values()) System.out.println(c);
public static CustomizedSqlMethod valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.