T - 不能为空public interface InsertSelectiveMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
insertSelective(T record)
保存一个实体,null的属性不会保存,会使用数据库默认值
|
@InsertProvider(type=BaseInsertProvider.class, method="dynamicSQL") int insertSelective(T record)
record - Copyright © 2017. All rights reserved.