Wrong hibernate dialect for MSSQL 2014

后端 未结 4 1644
悲哀的现实
悲哀的现实 2021-01-05 15:23

I have a problem with inserting entities, that use sequences, to a MSSQL 2014 database. I use hibernate that is shipped with Wildfly 10 CR4 (but in CR1 and CR2 I got the sam

4条回答
  •  鱼传尺愫
    2021-01-05 15:25

    Actually this problem comes due to non proper mapping of tables. Check tables and Entity class mappings.

提交回复
热议问题