Changes between Version 3 and Version 4 of Transactions


Ignore:
Timestamp:
08/25/25 17:46:23 (8 days ago)
Author:
221007
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Transactions

    v3 v4  
    112112    }
    113113
     114
    114115*** Методот reassignReportsToStub
    115 {{{
    116116    @Modifying(clearAutomatically = true, flushAutomatically = true)
    117117    @Query(value = """
     
    122122    int reassignReportsToStub(@Param("target_to_delete_person_id") Long targetId,
    123123                              @Param("stub_person_id") Long stubId);
     124
    124125}}}
    125 }}}