When we use JPA API in a String Boot project by extending repository class with JpaRepository
and use MySQL database instead of hibernate's H2 database, I wanted to know is there hibernate still involved behind the scenes or, is it that JPA works with MySQL?
From what I have researched, Hibernate is implementation of JPA but I can't find any reference how MySQL works with JPA?