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