注释类型 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.
    作者:
    Emmanuel Bernard
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      OnDeleteAction action
      The on-delete action.