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

com.jeesuite.mybatis.plugin.cache.CacheMethodDefine Maven / Gradle / Ivy

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

/**
 * 定义按主键增删改查的方法名
 * @description 
* @author vakin * @date 2016年9月16日 */ public interface CacheMethodDefine { String selectName(); String insertName(); String updateName(); String deleteName(); String selectAllName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy