Annotation Type MappingInverse


@Target(METHOD)
@Retention(RUNTIME)
public @interface MappingInverse
Defines the inverse mapping to use for persisting or updating elements.
Since:
1.2.0
Author:
Christian Beikov
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    String mappedBy
    The path of the target type by which this attribute is mapped.
    InverseRemoveStrategy removeStrategy
    The strategy to use for elements that were removed from this relation.