When we configure a data source using Hibernate, we should add the hibernate.dialect property (or eclipselink.target-database if you are using Ecli
hibernate.dialect
eclipselink.target-database
Hibernate uses "dialect" configuration to know which database you are using so that it can convert hibernate query to database specific query.