Package org.hibernate.annotations
Annotation Type Index
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface Index
Deprecated.UsingIndex
instead.Define a DB index.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
Deprecated.The index name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
columnNames
Deprecated.The column(s) that are indexed.
-