Package org.hibernate.annotations
Annotation Type ListIndexJdbcType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface ListIndexJdbcType
Form ofJdbcType
for describing the column mapping for the index of a List or array- Since:
- 6.0
-
-
Element Detail
-
value
Class<? extends JdbcType> value
The descriptor to use for the list-index column- See Also:
JdbcType.value()
-
-