org.hibernate.dialect.OracleDialect does not support identity key generation

前端 未结 7 1270
广开言路
广开言路 2020-12-14 19:25

I was trying to import a sample project in to eclipse and was facing the below given error up on running the application.

Caused by: org.hibernate.MappingExc         


        
相关标签:
7条回答
  • 2020-12-14 20:27

    Instead of IDENTITY use NATIVE and use a sequence with it. Link

    0 讨论(0)
提交回复
热议问题