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