Hibernate di Spring Boot

Hibernate is one of the popular implementations of JPA.
Hibernate understands the mappings that we add between objects and tables.
Hibernate ensures that data is stored/retrieved from the database based on the mappings.
Hibernate also provides additional features on top of JPA
Light Lark