Annotation Interface SqlDefaultValue


@Retention(RUNTIME) @Target(FIELD) @Documented @Inherited public @interface SqlDefaultValue
标识该注解的字段如果为null自动注入默认值(仅支持基本类型、String、Date、Timestamp、BigDecimal)
作者:
Jovi
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    填充类型(insert=新增、update=更新,together=新增更新同时)
  • 元素详细资料

    • with

      FillWith with
      填充类型(insert=新增、update=更新,together=新增更新同时)
      返回: