注释类型 SQLDeleteAll

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String sql
      Procedure name or SQL DELETE statement.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      boolean callable
      Is the statement callable (aka a CallableStatement)?
      ResultCheckStyle check
      For persistence operation what style of determining results (success/failure) is to be used.
    • 元素详细资料

      • sql

        String sql
        Procedure name or SQL DELETE statement.
      • callable

        boolean callable
        Is the statement callable (aka a CallableStatement)?
        默认值:
        false
      • check

        ResultCheckStyle check
        For persistence operation what style of determining results (success/failure) is to be used.
        默认值:
        org.hibernate.annotations.ResultCheckStyle.NONE