Package tk.mybatis.mapper.common.base
Interface BaseInsertMapper<T>
- Type Parameters:
T- 不能为空
- All Superinterfaces:
InsertMapper<T>,InsertSelectiveMapper<T>
- All Known Subinterfaces:
BaseMapper<T>,Mapper<T>
通用Mapper接口,基础查询
- Author:
- liuzh
-
Method Summary
Methods inherited from interface tk.mybatis.mapper.common.base.insert.InsertMapper
insertMethods inherited from interface tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper
insertSelective