Annotation Interface ListIndexJdbcTypeCode


@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface ListIndexJdbcTypeCode
Form of JdbcTypeCode for describing the column mapping for the index of a List or array.
Since:
6.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The code for the descriptor to use for the list-index column
  • Element Details

    • value

      int value
      The code for the descriptor to use for the list-index column
      See Also: