Package org.hibernate.annotations
Annotation Type IndexColumn
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) @Deprecated public @interface IndexColumnDeprecated.Prefer the standard JPAOrderColumnannotation and the Hibernate specificListIndexBase(for replacingbase()).Describe an index column of a List.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameDeprecated.The column name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intbaseDeprecated.The starting index value.java.lang.StringcolumnDefinitionDeprecated.An explicit column definition.booleannullableDeprecated.Is the column nullable?
-