Package org.hibernate.annotations
Annotation Type MapKeyType
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface MapKeyType
Allows defining the type of the key of a persistent map.
-
-
Element Detail
-
value
Type value
The map key type definition.
-
-