Package org.hibernate.annotations
Annotation Type MapKeyType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface MapKeyType
Form ofType
for use with map keys.- Since:
- 6.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Parameter[]
parameters
Parameters for the custom type
-
-
-
Element Detail
-
value
Class<? extends UserType<?>> value
The custom type implementor class- See Also:
Type.value()
-
-
-
parameters
Parameter[] parameters
Parameters for the custom type- See Also:
Type.parameters()
- Default:
- {}
-
-