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

top.hmtools.mapper.plus.mysql.IMysqlMapperPlus Maven / Gradle / Ivy

package top.hmtools.mapper.plus.mysql;

import top.hmtools.mapper.plus.mysql.delete.IMysqlDeleteMapperPlus;
import top.hmtools.mapper.plus.mysql.insert.IMysqlInsertMapperPlus;
import top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus;
import top.hmtools.mapper.plus.mysql.update.IMysqlUpdateMapperPlus;

/**
 * 用于MySQL的通用mapper扩展接口
 * @author Hybomyth
 *
 */
public interface IMysqlMapperPlus extends IMysqlDeleteMapperPlus,IMysqlInsertMapperPlus,IMysqlSelectMapperPlus,IMysqlUpdateMapperPlus{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy