Package org.hibernate.annotations
Annotation Type ListIndexJdbcTypeCode
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface ListIndexJdbcTypeCode
Form ofJdbcTypeCode
for describing the column mapping for the index of a List or array- Since:
- 6.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The code for the descriptor to use for the list-index column
-
-
-
Element Detail
-
value
int value
The code for the descriptor to use for the list-index column- See Also:
JdbcTypeCode.value()
-
-