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