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