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