Package org.hibernate.annotations
Annotation Type Index
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Deprecated public @interface Index
Deprecated.UseIndex
instead.Defines an index of a database table.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
columnNames
Deprecated.The column(s) that are indexed.
-