Annotation Interface AnyKeyJdbcTypeCode


@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface AnyKeyJdbcTypeCode
Form of JdbcTypeCode used to describe the foreign key part of an Any mapping.
Since:
6.0
See Also:
  • Required Element Summary

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

    • value

      int value
      The code for the descriptor to use for the key column
      See Also: