Annotation Type MapKeyColumn


@Retention(CLASS) @Target(FIELD) public @interface MapKeyColumn
Names the key column of a scalar element-collection Map.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Names the column storing keys for a scalar element-collection Map.
  • Element Details

    • name

      String name
      Names the column storing keys for a scalar element-collection Map.
      Returns:
      column name; map_key by default
      Default:
      "map_key"