Annotation Interface OnDeleteInverse


@Retention(RUNTIME) @Target(FIELD) public @interface OnDeleteInverse
Marks a link to other entity for specific soft deletion behaviour.
Taken into account by persistence when "linked" entity (which is referenced by the marked field) is deleted.
See also DeletePolicy
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description