Package org.hibernate.annotations
Annotation Type IndexColumn
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface IndexColumn
Deprecated.Describe an index column of a List.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intbaseDeprecated.The starting index value.StringcolumnDefinitionDeprecated.An explicit column definition.booleannullableDeprecated.Is the column nullable?
-