接口 BaseInsertMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
InsertMapper<T>,InsertSelectiveMapper<T>
- 所有已知子接口:
BaseMapper<T>,Mapper<T>
public interface BaseInsertMapper<T> extends InsertMapper<T>, InsertSelectiveMapper<T>
通用Mapper接口,基础查询- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertMapper
insert
-
从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper
insertSelective
-
-