Changes between Version 3 and Version 4 of Transactions
- Timestamp:
- 08/25/25 17:46:23 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Transactions
v3 v4 112 112 } 113 113 114 114 115 *** Методот reassignReportsToStub 115 {{{116 116 @Modifying(clearAutomatically = true, flushAutomatically = true) 117 117 @Query(value = """ … … 122 122 int reassignReportsToStub(@Param("target_to_delete_person_id") Long targetId, 123 123 @Param("stub_person_id") Long stubId); 124 124 125 }}} 125 }}}