在MyBatis-Plus中,可以使用@TableField
注解来设置字段为null。
@TableField
注解,并设置insertStrategy
和updateStrategy
属性为FieldStrategy.NULL
,如下所示:@TableField(insertStrategy = FieldStrategy.NULL, updateStrategy = FieldStrategy.NULL)
private String fieldName;
这样,在插入和更新数据时,该字段的值将被设置为null。
@TableField
注解,并设置insertStrategy
和updateStrategy
属性为FieldStrategy.NULL
,如下所示:@TableField(insertStrategy = FieldStrategy.NULL, updateStrategy = FieldStrategy.NULL)
public class MyEntity {
// ...
}
这样,在插入和更新数据时,所有字段的值将被设置为null。
注意:以上方式适用于使用注解方式配置实体类字段,如果使用xml方式配置实体类字段,则需要在xml文件中手动设置字段为null。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: mybatisplus如何连接数据库