Interface InsertSelectiveMapper<T>
- Type Parameters:
T- 泛型
- All Known Subinterfaces:
SqlServerMapper<T>
public interface InsertSelectiveMapper<T>
SqlServer,插入
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
insertSelective
@Options(useGeneratedKeys=true) @InsertProvider(type=SqlServerProvider.class, method="dynamicSQL") int insertSelective(T record)
-