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
Short answer
hibernate.dialect property makes Hibernate to generate the appropriate SQL statements for the chosen database.