Annotation Type SQLDelete

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String sql
      Procedure name or SQL DELETE statement.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      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.
    • Element Detail

      • sql

        String sql
        Procedure name or SQL DELETE statement.
      • callable

        boolean callable
        Is the statement callable (aka a CallableStatement)?
        Default:
        false
      • check

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