Package org.hibernate.annotations
Annotation Interface ListIndexJavaType
@Inherited
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
public @interface ListIndexJavaType
Form of
JavaType
for describing the column mapping
for the index of a List
or array.- Since:
- 6.0
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends BasicJavaType<?>>
The descriptor to use for the list-index
-
Element Details
-
value
Class<? extends BasicJavaType<?>> valueThe descriptor to use for the list-index- See Also:
-