Annotation Interface TableFieldJSON


@Inherited @Documented @Target(FIELD) @Retention(RUNTIME) public @interface TableFieldJSON
标识这是一个表 JSON 字段,一般在 mysql 或者 pgsql 会有这样的字段,这里加一个注解告知一睛额外参数处理这个字段 转换对应的类型,比如 pgsql 是一定要转换成 PGobject 才能插入的,常规的做法是在实体类里面直接重写 setter, 现在有这个注解之后,额外参数拦截器会帮忙处理这件事
从以下版本开始:
2.4.0