Derby dialect for hibernate

梦想的初衷 提交于 2019-12-01 02:46:50

问题


As per this link there is no support mentioned for derby dialect for 4.2 hibernate.

Is Apache Derby not supported by Hibernate?


回答1:


There are more dialects if you look at the javadoc. As of the time of the latest update to this answer, they are:

  • DerbyDialect (deprecated, see HHH-6073),
  • DerbyTenFiveDialect,
  • DerbyTenSixDialect, and
  • DerbyTenSevenDialect.

For versions of Derby after 10.7, the DerbyTenSevenDialect dialect would be the most appropriate, assuming no new Derby dialect classes are added. (But if that happens, it is advisable to pick the "latest" dialect class that is less or equal to the Derby version you are using.)



来源:https://stackoverflow.com/questions/17206807/derby-dialect-for-hibernate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!