Annotation Interface Index


@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface Index
Deprecated.
Use Index instead.
Defines an index of a database table.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    The index name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    The column(s) that are indexed.
  • Element Details

    • name

      String name
      Deprecated.
      The index name.
    • columnNames

      String[] columnNames
      Deprecated.
      The column(s) that are indexed.
      Default:
      {}