RED-6929: Fixed transaction handline for manual redaction add to dictionary 2 #20
@ -187,7 +187,7 @@ public interface FileRepository extends JpaRepository<FileEntity, String> {
|
||||
List<FileEntity> getAllRelevantStatusesForReanalysisScheduler(int maxRetries);
|
||||
|
||||
|
||||
@Modifying(clearAutomatically = true)
|
||||
@Modifying
|
||||
@Query("update FileEntity f set f.lastFileAttributeChange = :date, f.lastUpdated = :date where f.id = :fileId")
|
||||
void updateLastAttributeChangeDate(String fileId, OffsetDateTime date);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user