Interface InsertSelectiveMapper<T>
- Type Parameters:
T- 不能为空
- All Known Subinterfaces:
SqlServerMapper<T>
public interface InsertSelectiveMapper<T>
通用Mapper接口,插入
- Author:
- liuzh
-
Method Summary
-
Method Details
-
insertSelective
@Options(useGeneratedKeys=true) @InsertProvider(type=SqlServerProvider.class, method="dynamicSQL") int insertSelective(T record)
-