Package org.hibernate.annotations
Annotation Type MapKeyJdbcTypeCode
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface MapKeyJdbcTypeCode
Form ofJdbcTypeCode
for describing the key of a Map- Since:
- 6.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The code for the descriptor to use for the map-key column
-
-
-
Element Detail
-
value
int value
The code for the descriptor to use for the map-key column- See Also:
JdbcTypeCode.value()
-
-