Package org.hibernate.annotations
Annotation Type IndexColumn
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface IndexColumn
Deprecated.Prefer the standard JPAOrderColumnannotation and the Hibernate specificListIndexBase(for replacingbase()).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?
-