java dbutil 1.1.3 版本更新

来源:互联网 发布:韩国讲网络暴力的电影 编辑:程序博客网 时间:2024/06/06 08:37

增加 EntityConfig 注解

public @interface EntityConfig {    boolean active() default true;}

active 默认为true 如果为实体增加该注解并且active 设置为false 则在实体入库时,不会读取配置的systemColumn.active 字段