无法使用Hibernate将MongoDB设置为在Springboot中自动增量

时间:2017-08-09 17:32:38

标签: mongodb hibernate spring-boot

我尝试使用此链接(CustomSequences)在Spring启动Web应用程序中进行自动增量:

How can we create Auto generated field for mongodb using spring boot

但我收到此错误消息:

enter image description here

我做了一些研究,发现这个问题已经在这个网站链接上了: Spring data mongodb field auto increment

如果我可以使用Hibernate在MongoDB中进行自动增量,请告诉我。

提前致谢。

1 个答案:

答案 0 :(得分:1)

Hibernate不能与MongoDB一起使用,它只适用于基于SQL的数据库。您需要使用类似Spring Data MongoDB的内容才能使其正常工作。