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

前端 未结 11 2147
陌清茗
陌清茗 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 13:58

    Hibernate uses "dialect" configuration to know which database you are using so that it can convert hibernate query to database specific query.

提交回复
热议问题