Annotation Interface OrmTable


@Retention(RUNTIME) @Target(TYPE) public @interface OrmTable
Defines a table mapping for a given class.
  • 必須要素の概要

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

    • value

      String value
      Name of the table mapped to the class.