Annotation Type ColumnDefault


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface ColumnDefault
    Identifies the DEFAULT value to apply to the associated column via DDL.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The DEFAULT definition to apply to the DDL.
    • Element Detail

      • value

        java.lang.String value
        The DEFAULT definition to apply to the DDL.