Annotation Interface CurrentDateTime


@Target(FIELD) @Retention(RUNTIME) @Published public @interface CurrentDateTime
データベース更新時にフィールドの値にシステム日時を設定する事を表すアノテーション。
詳細は、CurrentDateTimeAnnotationHandlerを参照。
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    日時フォーマット。
    フィールドの型が、StringまたはIntegerLongの場合のみ有効。
    指定するフォーマットは、SimpleDateFormatの日付フォーマットに準拠する。
  • Element Details

    • format

      String format
      日時フォーマット。
      フィールドの型が、StringまたはIntegerLongの場合のみ有効。
      指定するフォーマットは、SimpleDateFormatの日付フォーマットに準拠する。
      Default:
      ""