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 int
base
Deprecated.The starting index value.String
columnDefinition
Deprecated.An explicit column definition.boolean
nullable
Deprecated.Is the column nullable?
-