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