Why do I need to configure the SQL dialect of a data source?

前端 未结 11 2143
陌清茗
陌清茗 2020-11-27 13:17

When we configure a data source using Hibernate, we should add the hibernate.dialect property (or eclipselink.target-database if you are using Ecli

11条回答
  •  醉酒成梦
    2020-11-27 14:06

    Short answer

    hibernate.dialect property makes Hibernate to generate the appropriate SQL statements for the chosen database.

提交回复
热议问题