モジュール org.nkjmlab.sorm4j

Annotation Interface OrmColumn


@Retention(RUNTIME) @Target(FIELD) public @interface OrmColumn
Defines a column mapping to a field.
  • 必須要素の概要

    必須要素
    修飾子とタイプ
    必須要素
    説明
    Name of the column mapped to the field.
  • 要素の詳細

    • value

      String value
      Name of the column mapped to the field.