接口 MySqlMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
InsertListMapper<T>,InsertUseGeneratedKeysMapper<T>
public interface MySqlMapper<T> extends InsertListMapper<T>, InsertUseGeneratedKeysMapper<T>
通用Mapper接口,MySql独有的通用方法- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.special.InsertListMapper
insertList
-
从接口继承的方法 tk.mybatis.mapper.common.special.InsertUseGeneratedKeysMapper
insertUseGeneratedKeys
-
-