I have a service::method that inserts the entities into DB using the JPARepository but when just after the repo.saveAll if I make a select statement it returns empty.
Her