Closed geotim90 closed 5 years ago
For some reason the repository.save() and repository.saveAll() calls in the getFromApi() methods result in SELECT statements being executed by JPA (to check whether to insert or update entities), but no INSERT at all.
repository.save()
repository.saveAll()
getFromApi()
SELECT
INSERT
For some reason the
repository.save()
andrepository.saveAll()
calls in thegetFromApi()
methods result inSELECT
statements being executed by JPA (to check whether to insert or update entities), but noINSERT
at all.