public enum CrudMethods extends Enum<CrudMethods>
public static final CrudMethods selectByPrimaryKey
public static final CrudMethods deleteByPrimaryKey
public static final CrudMethods deleteByPrimaryKeys
public static final CrudMethods insert
public static final CrudMethods insertSelective
public static final CrudMethods insertList
public static final CrudMethods updateByPrimaryKey
public static final CrudMethods updateByPrimaryKeySelective
public static final CrudMethods selectAll
public static final CrudMethods selectByPrimaryKeys
public static final CrudMethods selectByExample
public static final CrudMethods countAll
public static final CrudMethods countByExample
public static final CrudMethods updateByPrimaryKeyWithVersion
public static final CrudMethods updateListByPrimaryKeys
public static final CrudMethods updateListByPrimaryKeysSelective
public static final CrudMethods batchUpdateByPrimaryKeys
public static final CrudMethods batchLogicDelete
public static CrudMethods[] values()
for (CrudMethods c : CrudMethods.values()) System.out.println(c);
public static CrudMethods valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2025. All rights reserved.