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