接口 SqlServerMapper<T>
-
- 类型参数:
T- 不能为空
- 所有超级接口:
InsertMapper<T>,InsertSelectiveMapper<T>
public interface SqlServerMapper<T> extends InsertMapper<T>, InsertSelectiveMapper<T>
通用Mapper接口,SqlServerMapper独有的通用方法- 作者:
- liuzh
-
-
方法概要
-
从接口继承的方法 tk.mybatis.mapper.common.sqlserver.InsertMapper
insert
-
从接口继承的方法 tk.mybatis.mapper.common.sqlserver.InsertSelectiveMapper
insertSelective
-
-