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