This commit is contained in:
@@ -6,4 +6,5 @@ import ru.soune.nocopy.entity.file.ImageHashEntity;
|
||||
|
||||
@Repository
|
||||
public interface ImageHashRepository extends JpaRepository<ImageHashEntity, String> {
|
||||
void deleteByFileId(String fileId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user