T - 不能为空public interface InsertSelectiveMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
insertSelective(T record) |
@Options(useGeneratedKeys=true,
keyProperty="id")
@InsertProvider(type=SqlServerProvider.class,
method="dynamicSQL")
int insertSelective(T record)
Copyright © 2017. All rights reserved.