Package org.hibernate.annotations
Annotation Type MapKeyMutability
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface MapKeyMutability
Form ofMutability
for describing the key of a Map
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends MutabilityPlan<?>>
value
The MutabilityPlan implementation
-
-
-
Element Detail
-
value
Class<? extends MutabilityPlan<?>> value
The MutabilityPlan implementation- See Also:
Mutability.value()
-
-