Package org.hibernate.annotations
Annotation Type ListIndexJavaType
-
@Inherited @Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface ListIndexJavaType
Form ofJavaType
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 Class<? extends BasicJavaType<?>>
value
The descriptor to use for the list-index
-
-
-
Element Detail
-
value
Class<? extends BasicJavaType<?>> value
The descriptor to use for the list-index- See Also:
JavaType.value()
-
-