Annotation Interface OrmGetter


@Retention(RUNTIME) @Target(METHOD) public @interface OrmGetter
Defines a getter method for mapping column to field.
  • 必須要素の概要

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

    • value

      String value
      Name of the getter mapped to the field.