Annotation Type OnDelete


  • @Target({METHOD,FIELD,TYPE})
    @Retention(RUNTIME)
    public @interface OnDelete
    Strategy to use on collections, arrays and on joined subclasses delete. OnDelete of secondary tables currently not supported.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      OnDeleteAction action
      The on-delete action.