Annotation Type DbDefault


@Retention(RUNTIME) @Target(FIELD) public @interface DbDefault
Annotation to specify a default value for DDL-generation & Migration. This annotation is EXPERIMENTAL and may change.
Author:
Roland Praml, FOCONIS AG
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The defaultValue for the column.
  • Element Details

    • value

      String value
      The defaultValue for the column.