All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jeesuite.mybatis.crud.CrudMethods Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.mybatis.crud;

/**
 * 定义按主键增删改查的方法名
 * @description 
* @author vakin * @date 2016年9月16日 */ public enum CrudMethods { selectByPrimaryKey, deleteByPrimaryKey, insert, insertSelective, insertList, updateByPrimaryKey, updateByPrimaryKeySelective, selectAll, selectByPrimaryKeys, selectByExample, countAll, countByExample ; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy